public static enum AttackEffect.EnumParticleTexture extends java.lang.Enum<AttackEffect.EnumParticleTexture>
Enum Constant and Description |
---|
BLUE_MAGIC |
BUBBLE |
DOWN_ARROW |
DUST |
FEATHER |
FLAME |
GOLD_NUGGET |
HEART_PURPLE |
HEART_RED |
LEAF |
NORMAL |
ORB |
PETAL |
SOLID |
SPIRAL |
UP_ARROW |
WATER |
Modifier and Type | Field and Description |
---|---|
net.minecraft.util.ResourceLocation |
texture |
Modifier and Type | Method and Description |
---|---|
static AttackEffect.EnumParticleTexture |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttackEffect.EnumParticleTexture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttackEffect.EnumParticleTexture NORMAL
public static final AttackEffect.EnumParticleTexture LEAF
public static final AttackEffect.EnumParticleTexture PETAL
public static final AttackEffect.EnumParticleTexture HEART_PURPLE
public static final AttackEffect.EnumParticleTexture HEART_RED
public static final AttackEffect.EnumParticleTexture FLAME
public static final AttackEffect.EnumParticleTexture BUBBLE
public static final AttackEffect.EnumParticleTexture WATER
public static final AttackEffect.EnumParticleTexture SPIRAL
public static final AttackEffect.EnumParticleTexture DUST
public static final AttackEffect.EnumParticleTexture SOLID
public static final AttackEffect.EnumParticleTexture UP_ARROW
public static final AttackEffect.EnumParticleTexture DOWN_ARROW
public static final AttackEffect.EnumParticleTexture GOLD_NUGGET
public static final AttackEffect.EnumParticleTexture BLUE_MAGIC
public static final AttackEffect.EnumParticleTexture ORB
public static final AttackEffect.EnumParticleTexture FEATHER
public static AttackEffect.EnumParticleTexture[] values()
for (AttackEffect.EnumParticleTexture c : AttackEffect.EnumParticleTexture.values()) System.out.println(c);
public static AttackEffect.EnumParticleTexture 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