public static enum ParticleMaker.ParticleType extends Enum<ParticleMaker.ParticleType>
Modifier and Type | Method and Description |
---|---|
static ParticleMaker.ParticleType |
get(String s) |
int |
getId() |
String |
getName() |
static ParticleMaker.ParticleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticleMaker.ParticleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParticleMaker.ParticleType EXPLODE
public static final ParticleMaker.ParticleType EXPLOSION_LARGE
public static final ParticleMaker.ParticleType EXPLOSION_HUGE
public static final ParticleMaker.ParticleType FIREWORKS_SPARK
public static final ParticleMaker.ParticleType WATER_BUBBLE
public static final ParticleMaker.ParticleType WATER_SPLASH
public static final ParticleMaker.ParticleType WATER_WAKE
public static final ParticleMaker.ParticleType SUSPENDED
public static final ParticleMaker.ParticleType SUSPENDED_DEPTH
public static final ParticleMaker.ParticleType CRIT
public static final ParticleMaker.ParticleType CRIT_MAGIC
public static final ParticleMaker.ParticleType SMOKE_NORMAL
public static final ParticleMaker.ParticleType SMOKE_LARGE
public static final ParticleMaker.ParticleType SPELL
public static final ParticleMaker.ParticleType SPELL_INSTANT
public static final ParticleMaker.ParticleType SPELL_MOB
public static final ParticleMaker.ParticleType SPELL_MOB_AMBIENT
public static final ParticleMaker.ParticleType SPELL_WITCH
public static final ParticleMaker.ParticleType DRIP_WATER
public static final ParticleMaker.ParticleType DRIP_LAVA
public static final ParticleMaker.ParticleType VILLAGER_ANGRY
public static final ParticleMaker.ParticleType VILLAGER_HAPPY
public static final ParticleMaker.ParticleType TOWN_AURA
public static final ParticleMaker.ParticleType NOTE
public static final ParticleMaker.ParticleType PORTAL
public static final ParticleMaker.ParticleType ENCHANTMENT_TABLE
public static final ParticleMaker.ParticleType FLAME
public static final ParticleMaker.ParticleType LAVA
public static final ParticleMaker.ParticleType FOOTSTEP
public static final ParticleMaker.ParticleType CLOUD
public static final ParticleMaker.ParticleType REDSTONE
public static final ParticleMaker.ParticleType SNOWBALL
public static final ParticleMaker.ParticleType SNOW_SHOVEL
public static final ParticleMaker.ParticleType SLIME
public static final ParticleMaker.ParticleType HEART
public static final ParticleMaker.ParticleType BARRIER
public static final ParticleMaker.ParticleType ITEM_CRACK
public static final ParticleMaker.ParticleType BLOCK_CRACK
public static final ParticleMaker.ParticleType BLOCK_DUST
public static final ParticleMaker.ParticleType WATER_DROP
public static final ParticleMaker.ParticleType ITEM_TAKE
public static final ParticleMaker.ParticleType MOB_APPEARANCE
public static final ParticleMaker.ParticleType END_ROD
public static final ParticleMaker.ParticleType DRAGON_BREATH
public static final ParticleMaker.ParticleType DAMAGE_INDICATOR
public static final ParticleMaker.ParticleType SWEEP_ATTACK
public static final ParticleMaker.ParticleType FALLING_DUST
public static final ParticleMaker.ParticleType TOTEM
public static final ParticleMaker.ParticleType SPIT
public static ParticleMaker.ParticleType[] values()
for (ParticleMaker.ParticleType c : ParticleMaker.ParticleType.values()) System.out.println(c);
public static ParticleMaker.ParticleType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ParticleMaker.ParticleType get(String s)
public String getName()
public int getId()
Copyright © 2020. All rights reserved.