public static enum Types_v1_21_5.RabbitVariant extends java.lang.Enum<Types_v1_21_5.RabbitVariant> implements net.lenni0451.mcstructs.converter.types.NamedType
| Enum Constant | Description |
|---|---|
BLACK |
|
BROWN |
|
EVIL |
|
GOLD |
|
SALT |
|
WHITE |
|
WHITE_SPLOTCHED |
| Modifier and Type | Method | Description |
|---|---|---|
static Types_v1_21_5.RabbitVariant |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Types_v1_21_5.RabbitVariant[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types_v1_21_5.RabbitVariant BROWN
public static final Types_v1_21_5.RabbitVariant WHITE
public static final Types_v1_21_5.RabbitVariant BLACK
public static final Types_v1_21_5.RabbitVariant WHITE_SPLOTCHED
public static final Types_v1_21_5.RabbitVariant GOLD
public static final Types_v1_21_5.RabbitVariant SALT
public static final Types_v1_21_5.RabbitVariant EVIL
public static Types_v1_21_5.RabbitVariant[] values()
for (Types_v1_21_5.RabbitVariant c : Types_v1_21_5.RabbitVariant.values()) System.out.println(c);
public static Types_v1_21_5.RabbitVariant 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