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