public enum EnumCharms extends java.lang.Enum<EnumCharms>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGuiMessage() |
net.minecraft.util.ResourceLocation |
getImage() |
void |
sendPacket(EnumFeatureState state) |
static EnumCharms |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCharms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCharms Shiny
public static final EnumCharms Oval
public static final EnumCharms Exp
public static final EnumCharms Catching
public static final EnumCharms Mark
public static EnumCharms[] values()
for (EnumCharms c : EnumCharms.values()) System.out.println(c);
public static EnumCharms 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 java.lang.String getGuiMessage()
public net.minecraft.util.ResourceLocation getImage()
public void sendPacket(EnumFeatureState state)