JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
AXOLOTL_FOOD
public static final ItemTag AXOLOTL_FOOD
CREEPER_IGNITERS
public static final ItemTag CREEPER_IGNITERS
FOX_FOOD
public static final ItemTag FOX_FOOD
PIGLIN_LOVED
public static final ItemTag PIGLIN_LOVED
SMALL_FLOWERS
public static final ItemTag SMALL_FLOWERS
SNIFFER_FOOD
public static final ItemTag SNIFFER_FOOD
PIGLIN_FOOD
public static final ItemTag PIGLIN_FOOD
COW_FOOD
public static final ItemTag COW_FOOD
GOAT_FOOD
public static final ItemTag GOAT_FOOD
SHEEP_FOOD
public static final ItemTag SHEEP_FOOD
WOLF_FOOD
public static final ItemTag WOLF_FOOD
CAT_FOOD
public static final ItemTag CAT_FOOD
HORSE_FOOD
public static final ItemTag HORSE_FOOD
CAMEL_FOOD
public static final ItemTag CAMEL_FOOD
ARMADILLO_FOOD
public static final ItemTag ARMADILLO_FOOD
BEE_FOOD
public static final ItemTag BEE_FOOD
CHICKEN_FOOD
public static final ItemTag CHICKEN_FOOD
FROG_FOOD
public static final ItemTag FROG_FOOD
HOGLIN_FOOD
public static final ItemTag HOGLIN_FOOD
LLAMA_FOOD
public static final ItemTag LLAMA_FOOD
OCELOT_FOOD
public static final ItemTag OCELOT_FOOD
PANDA_FOOD
public static final ItemTag PANDA_FOOD
PIG_FOOD
public static final ItemTag PIG_FOOD
RABBIT_FOOD
public static final ItemTag RABBIT_FOOD
STRIDER_FOOD
public static final ItemTag STRIDER_FOOD
TURTLE_FOOD
public static final ItemTag TURTLE_FOOD
PARROT_FOOD
public static final ItemTag PARROT_FOOD
PARROT_POISONOUS_FOOD
public static final ItemTag PARROT_POISONOUS_FOOD
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null