public enum EnumBreedingParticles extends java.lang.Enum<EnumBreedingParticles>
Modifier and Type | Field and Description |
---|---|
int |
index |
net.minecraft.util.ResourceLocation |
location |
Modifier and Type | Method and Description |
---|---|
static EnumBreedingParticles |
getFromIndex(int index) |
static EnumBreedingParticles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumBreedingParticles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumBreedingParticles grey
public static final EnumBreedingParticles purple
public static final EnumBreedingParticles blue
public static final EnumBreedingParticles yellow
public static final EnumBreedingParticles red
public static EnumBreedingParticles[] values()
for (EnumBreedingParticles c : EnumBreedingParticles.values()) System.out.println(c);
public static EnumBreedingParticles 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 nullpublic static EnumBreedingParticles getFromIndex(int index)