JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
POOF
EXPLOSION
EXPLOSION_EMITTER
FIREWORK
BUBBLE
SPLASH
FISHING
UNDERWATER
CRIT
ENCHANTED_HIT
SMOKE
LARGE_SMOKE
EFFECT
INSTANT_EFFECT
ENTITY_EFFECT
WITCH
DRIPPING_WATER
DRIPPING_LAVA
ANGRY_VILLAGER
HAPPY_VILLAGER
MYCELIUM
NOTE
PORTAL
ENCHANT
FLAME
LAVA
CLOUD
DUST
ITEM_SNOWBALL
ITEM_SLIME
HEART
ITEM
BLOCK
RAIN
ELDER_GUARDIAN
DRAGON_BREATH
END_ROD
DAMAGE_INDICATOR
SWEEP_ATTACK
FALLING_DUST
TOTEM_OF_UNDYING
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_TRANSITION
VIBRATION
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
CHERRY_LEAVES
PALE_OAK_LEAVES
TINTED_LEAVES
EGG_CRACK
DUST_PLUME
WHITE_SMOKE
GUST
SMALL_GUST
GUST_EMITTER_LARGE
GUST_EMITTER_SMALL
TRIAL_SPAWNER_DETECTION
TRIAL_SPAWNER_DETECTION_OMINOUS
VAULT_CONNECTION
INFESTED
ITEM_COBWEB
DUST_PILLAR
BLOCK_CRUMBLE
TRAIL
OMINOUS_SPAWNING
RAID_OMEN
TRIAL_OMEN
BLOCK_MARKER
FIREFLY
COPPER_FIRE_FLAME
PAUSE_MOB_GROWTH
RESET_MOB_GROWTH
Method Details
values()
valueOf(String)
getDataType()
getKeyOrThrow()
getKeyOrNull()
isRegistered()
getKey()
Nested Class Summary
Nested Classes
static class
Options which can be applied to redstone dust particles - a particle
color and size.
static class
Options which can be applied to a color transitioning dust particles.
static class
Options which can be applied to spell effect particles - a color and
power.
static class
Options which can be applied to trail particles - a location, color and duration.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Returns the required data type for the particle
Gets the key of this instance if it is registered otherwise returns null.
Gets the key of this instance if it is registered otherwise throws an error.
boolean
Returns whether this instance is register in a registry and therefore has a key or not.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
getKeyOrThrow()instead.