Package org.bukkit
Enum Class Particle
- All Implemented Interfaces:
- Serializable,- Comparable<Particle>,- Constable
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classOptions which can be applied to redstone dust particles - a particle color and size.static classOptions which can be applied to a color transitioning dust particles.Nested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionUsesBlockDataas DataTypeUsesBlockDataas DataTypeUsesBlockDataas DataTypeUsesParticle.DustTransitionas DataTypeUsesBlockDataas DataTypeUsesItemStackas DataTypeUsesMaterialDataas DataTypeUsesMaterialDataas DataTypeUsesMaterialDataas DataTypeUsesParticle.DustOptionsas DataTypeUsesVibrationas DataType
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()Creates aParticleBuilderReturns the required data type for the particlestatic ParticleReturns the enum constant of this class with the specified name.static Particle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
EXPLOSION_NORMAL
- 
EXPLOSION_LARGE
- 
EXPLOSION_HUGE
- 
FIREWORKS_SPARK
- 
WATER_BUBBLE
- 
WATER_SPLASH
- 
WATER_WAKE
- 
SUSPENDED
- 
SUSPENDED_DEPTH
- 
CRIT
- 
CRIT_MAGIC
- 
SMOKE_NORMAL
- 
SMOKE_LARGE
- 
SPELL
- 
SPELL_INSTANT
- 
SPELL_MOB
- 
SPELL_MOB_AMBIENT
- 
SPELL_WITCH
- 
DRIP_WATER
- 
DRIP_LAVA
- 
VILLAGER_ANGRY
- 
VILLAGER_HAPPY
- 
TOWN_AURA
- 
NOTE
- 
PORTAL
- 
ENCHANTMENT_TABLE
- 
FLAME
- 
LAVA
- 
CLOUD
- 
REDSTONEUsesParticle.DustOptionsas DataType
- 
SNOWBALL
- 
SNOW_SHOVEL
- 
SLIME
- 
HEART
- 
ITEM_CRACKUsesItemStackas DataType
- 
BLOCK_CRACKUsesBlockDataas DataType
- 
BLOCK_DUSTUsesBlockDataas DataType
- 
WATER_DROP
- 
MOB_APPEARANCE
- 
DRAGON_BREATH
- 
END_ROD
- 
DAMAGE_INDICATOR
- 
SWEEP_ATTACK
- 
FALLING_DUSTUsesBlockDataas DataType
- 
TOTEM
- 
SPIT
- 
SQUID_INK
- 
BUBBLE_POP
- 
CURRENT_DOWN
- 
BUBBLE_COLUMN_UP
- 
NAUTILUS
- 
DOLPHIN
- 
SNEEZE
- 
CAMPFIRE_COSY_SMOKE
- 
CAMPFIRE_SIGNAL_SMOKE
- 
COMPOSTER
- 
FLASH
- 
FALLING_LAVA
- 
LANDING_LAVA
- 
FALLING_WATER
- 
DRIPPING_HONEY
- 
FALLING_HONEY
- 
LANDING_HONEY
- 
FALLING_NECTAR
- 
SOUL_FIRE_FLAME
- 
ASH
- 
CRIMSON_SPORE
- 
WARPED_SPORE
- 
SOUL
- 
DRIPPING_OBSIDIAN_TEAR
- 
FALLING_OBSIDIAN_TEAR
- 
LANDING_OBSIDIAN_TEAR
- 
REVERSE_PORTAL
- 
WHITE_ASH
- 
DUST_COLOR_TRANSITIONUsesParticle.DustTransitionas DataType
- 
VIBRATIONUsesVibrationas DataType
- 
FALLING_SPORE_BLOSSOM
- 
SPORE_BLOSSOM_AIR
- 
SMALL_FLAME
- 
SNOWFLAKE
- 
DRIPPING_DRIPSTONE_LAVA
- 
FALLING_DRIPSTONE_LAVA
- 
DRIPPING_DRIPSTONE_WATER
- 
FALLING_DRIPSTONE_WATER
- 
GLOW_SQUID_INK
- 
GLOW
- 
WAX_ON
- 
WAX_OFF
- 
ELECTRIC_SPARK
- 
SCRAPE
- 
SONIC_BOOM
- 
SCULK_SOUL
- 
SCULK_CHARGE
- 
SCULK_CHARGE_POP
- 
SHRIEK
- 
DRIPPING_CHERRY_LEAVES
- 
FALLING_CHERRY_LEAVES
- 
LANDING_CHERRY_LEAVES
- 
BLOCK_MARKERUsesBlockDataas DataType
- 
LEGACY_BLOCK_CRACKUsesMaterialDataas DataType
- 
LEGACY_BLOCK_DUSTUsesMaterialDataas DataType
- 
LEGACY_FALLING_DUSTUsesMaterialDataas DataType
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getDataTypeReturns the required data type for the particle- Returns:
- the required data type
 
- 
builderCreates aParticleBuilder- Returns:
- a ParticleBuilderfor the particle
 
 
-