public static enum Config.IngredientBlacklistType extends java.lang.Enum<Config.IngredientBlacklistType>
Modifier and Type | Field and Description |
---|---|
static Config.IngredientBlacklistType[] |
VALUES |
Modifier and Type | Method and Description |
---|---|
static Config.IngredientBlacklistType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Config.IngredientBlacklistType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.IngredientBlacklistType ITEM
public static final Config.IngredientBlacklistType WILDCARD
public static final Config.IngredientBlacklistType MOD_ID
public static final Config.IngredientBlacklistType[] VALUES
public static Config.IngredientBlacklistType[] values()
for (Config.IngredientBlacklistType c : Config.IngredientBlacklistType.values()) System.out.println(c);
public static Config.IngredientBlacklistType 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