public static enum EntitySpellcasterIllager.SpellType extends java.lang.Enum<EntitySpellcasterIllager.SpellType>
Enum Constant and Description |
---|
BLINDNESS |
DISAPPEAR |
FANGS |
NONE |
SUMMON_VEX |
WOLOLO |
Modifier and Type | Method and Description |
---|---|
static EntitySpellcasterIllager.SpellType |
getFromId(int idIn) |
static EntitySpellcasterIllager.SpellType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntitySpellcasterIllager.SpellType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntitySpellcasterIllager.SpellType NONE
public static final EntitySpellcasterIllager.SpellType SUMMON_VEX
public static final EntitySpellcasterIllager.SpellType FANGS
public static final EntitySpellcasterIllager.SpellType WOLOLO
public static final EntitySpellcasterIllager.SpellType DISAPPEAR
public static final EntitySpellcasterIllager.SpellType BLINDNESS
public static EntitySpellcasterIllager.SpellType[] values()
for (EntitySpellcasterIllager.SpellType c : EntitySpellcasterIllager.SpellType.values()) System.out.println(c);
public static EntitySpellcasterIllager.SpellType 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 EntitySpellcasterIllager.SpellType getFromId(int idIn)