public static enum InstallableIndustryItemPlugin.InstallableItemDescriptionMode extends java.lang.Enum<InstallableIndustryItemPlugin.InstallableItemDescriptionMode>
| Enum Constant and Description |
|---|
CARGO_TOOLTIP |
INDUSTRY_MENU_TOOLTIP |
INDUSTRY_TOOLTIP |
MANAGE_ITEM_DIALOG_INSTALLED |
MANAGE_ITEM_DIALOG_LIST |
| Modifier and Type | Method and Description |
|---|---|
static InstallableIndustryItemPlugin.InstallableItemDescriptionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstallableIndustryItemPlugin.InstallableItemDescriptionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstallableIndustryItemPlugin.InstallableItemDescriptionMode INDUSTRY_TOOLTIP
public static final InstallableIndustryItemPlugin.InstallableItemDescriptionMode INDUSTRY_MENU_TOOLTIP
public static final InstallableIndustryItemPlugin.InstallableItemDescriptionMode MANAGE_ITEM_DIALOG_LIST
public static final InstallableIndustryItemPlugin.InstallableItemDescriptionMode MANAGE_ITEM_DIALOG_INSTALLED
public static final InstallableIndustryItemPlugin.InstallableItemDescriptionMode CARGO_TOOLTIP
public static InstallableIndustryItemPlugin.InstallableItemDescriptionMode[] values()
for (InstallableIndustryItemPlugin.InstallableItemDescriptionMode c : InstallableIndustryItemPlugin.InstallableItemDescriptionMode.values()) System.out.println(c);
public static InstallableIndustryItemPlugin.InstallableItemDescriptionMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null