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.
To obtain a valid instance of this interface, you should access
a relevant getter using ParticleNativeAPI instance.
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.
ParticleNativeAPI,
ServerConnectioncreatePlayerConnection, sendPacket, sendPacket, sendPacketParticleTypeMotion 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 FLASH()
ParticleType DRIPPING_HONEY()
ParticleType FALLING_NECTAR()
ParticleType FALLING_HONEY()
ParticleType FALLING_LAVA()
ParticleType FALLING_WATER()
ParticleType LANDING_HONEY()
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()
Copyright © 2020. All Rights Reserved.