public interface Particles_1_13 extends ServerConnection
An interface declaring getter methods for particle types. It contains most particle types prior to MC 1.13 and all particles since MC 1.13.
It is also used to send packets.
All particle lists attempt to provide same particle types between
renames or merges. They also attempt to provide cross-version
compatibility (for ex. usage of ENCHANTED_HIT effect name
from Particles_1_13 should work on MC 1.8), however this is
not always possible.
Use isValid method on particle type to handle such cases.
Before accessing any particle type, you should check if it exists on server by
an isValid defined by all particle types in this interface.
ServerConnectioncreatePlayerConnection, sendPacket, sendPacket, sendPacket, sendPacketIf, sendPacketIfParticleTypeMotion POOF()
ParticleType EXPLOSION()
ParticleType EXPLOSION_EMITTER()
ParticleTypeMotion FIREWORK()
ParticleTypeMotion BUBBLE()
ParticleType SPLASH()
ParticleTypeMotion FISHING()
ParticleType UNDERWATER()
ParticleTypeMotion CRIT()
ParticleTypeMotion ENCHANTED_HIT()
ParticleTypeMotion SMOKE()
ParticleTypeMotion LARGE_SMOKE()
ParticleType EFFECT()
ParticleType INSTANT_EFFECT()
ParticleTypeColorable ENTITY_EFFECT()
ParticleTypeColorable AMBIENT_ENTITY_EFFECT()
ParticleType WITCH()
ParticleType DRIPPING_WATER()
ParticleType DRIPPING_LAVA()
ParticleType ANGRY_VILLAGER()
ParticleType HAPPY_VILLAGER()
ParticleType MYCELIUM()
ParticleTypeNote NOTE()
ParticleTypeMotion PORTAL()
ParticleTypeMotion ENCHANT()
ParticleTypeMotion FLAME()
ParticleType LAVA()
ParticleTypeMotion CLOUD()
ParticleTypeDust DUST()
ParticleType ITEM_SNOWBALL()
ParticleType ITEM_SLIME()
ParticleType HEART()
ParticleType BARRIER()
ParticleTypeItemMotion ITEM()
ParticleTypeBlockMotion BLOCK()
ParticleType RAIN()
ParticleType ELDER_GUARDIAN()
ParticleTypeMotion DRAGON_BREATH()
ParticleTypeMotion END_ROD()
ParticleTypeMotion DAMAGE_INDICATOR()
ParticleType SWEEP_ATTACK()
ParticleTypeBlock FALLING_DUST()
ParticleTypeMotion SPIT()
ParticleTypeMotion TOTEM_OF_UNDYING()
ParticleTypeMotion BUBBLE_COLUMN_UP()
ParticleTypeMotion BUBBLE_POP()
ParticleType CURRENT_DOWN()
ParticleTypeMotion SQUID_INK()
ParticleTypeMotion NAUTILUS()
ParticleType DOLPHIN()
ParticleTypeMotion SNEEZE()
ParticleTypeMotion CAMPFIRE_COSY_SMOKE()
ParticleTypeMotion CAMPFIRE_SIGNAL_SMOKE()
ParticleType COMPOSTER()
ParticleType DRIPPING_HONEY()
ParticleType FALLING_NECTAR()
ParticleType FALLING_HONEY()
ParticleType LANDING_HONEY()
ParticleType FLASH()
ParticleType FALLING_LAVA()
ParticleType FALLING_WATER()
ParticleType LANDING_LAVA()
ParticleTypeMotion SOUL_FIRE_FLAME()
ParticleTypeMotion SOUL()
ParticleType ASH()
ParticleType WHITE_ASH()
ParticleType CRIMSON_SPORE()
ParticleType WARPED_SPORE()
ParticleType DRIPPING_OBSIDIAN_TEAR()
ParticleType FALLING_OBSIDIAN_TEAR()
ParticleType LANDING_OBSIDIAN_TEAR()
ParticleTypeMotion REVERSE_PORTAL()
ParticleType LIGHT()
ParticleTypeDustColorTransition DUST_COLOR_TRANSITION()
ParticleTypeVibration VIBRATION()
ParticleType FALLING_SPORE_BLOSSOM()
ParticleType SPORE_BLOSSOM_AIR()
ParticleTypeMotion SMALL_FLAME()
ParticleTypeMotion SNOWFLAKE()
ParticleType DRIPPING_DRIPSTONE_LAVA()
ParticleType DRIPPING_DRIPSTONE_WATER()
ParticleType FALLING_DRIPSTONE_LAVA()
ParticleType FALLING_DRIPSTONE_WATER()
ParticleTypeMotion GLOW_SQUID_INK()
ParticleType GLOW()
ParticleTypeMotion WAX_ON()
ParticleTypeMotion WAX_OFF()
ParticleTypeMotion ELECTRIC_SPARK()
ParticleTypeMotion SCRAPE()
ParticleTypeBlock BLOCK_MARKER()
ParticleType SONIC_BOOM()
ParticleTypeMotion SCULK_SOUL()
ParticleTypeSculkChargeMotion SCULK_CHARGE()
ParticleTypeMotion SCULK_CHARGE_POP()
ParticleTypeShriek SHRIEK()
Copyright © 2022. All Rights Reserved.