public final class ParticleConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Class |
BLOCK_CLASS
Represents the Block class.
|
static Class |
BLOCK_DATA_INTERFACE
Represents the IBLockData interface.
|
static Method |
BLOCK_GET_BLOCK_DATA_METHOD
Represents the Block#getBlockData(); method.
|
static Class |
BLOCK_POSITION_CLASS
Represents the BlockPosition class.
|
static Constructor |
BLOCK_POSITION_CONSTRUCTOR
Represents the BlockPosition constructor.
|
static Class |
BLOCK_POSITION_SOURCE_CLASS
Represents the BlockPositionSource class.
|
static Constructor |
BLOCK_POSITION_SOURCE_CONSTRUCTOR
Represents the BlockPositionSource constructor.
|
static Object |
BLOCK_REGISTRY
Represents the Block Registry.
|
static Class |
BLOCKS_CLASS
Represents the Blocks class.
|
static Method |
CRAFT_ITEM_STACK_AS_NMS_COPY_METHOD
Represents the CraftItemStack#asNMSCopy(); method.
|
static Class |
CRAFT_ITEM_STACK_CLASS
Represents the CraftItemStack class.
|
static Class |
CRAFT_PLAYER_CLASS
Represents the CraftPlayer class.
|
static Method |
CRAFT_PLAYER_GET_HANDLE_METHOD
Represents the CraftPlayer#getHandle(); method.
|
static Class |
ENTITY_PLAYER_CLASS
Represents the EntityPlayer class.
|
static Field |
ENTITY_PLAYER_PLAYER_CONNECTION_FIELD
Represents the EntityPlayer#playerConnection field.
|
static Class |
ENTITY_POSITION_SOURCE_CLASS
Represents the EntityPositionSource class.
|
static Constructor |
ENTITY_POSITION_SOURCE_CONSTRUCTOR
Represents the EntityPositionSource constructor.
|
static Class |
ITEM_STACK_CLASS
Represents the ItemStack class.
|
static Class |
MINECRAFT_KEY_CLASS
Represents the MiencraftKey class.
|
static Constructor |
MINECRAFT_KEY_CONSTRUCTOR
Represents the MinecraftKey constructor.
|
static Class |
PACKET_CLASS
Represents the Packet class.
|
static Class |
PACKET_PLAY_OUT_WORLD_PARTICLES_CLASS
Represents the PacketPlayOutWorldParticles class.
|
static Constructor |
PACKET_PLAY_OUT_WORLD_PARTICLES_CONSTRUCTOR
Represents the PacketPlayOutWorldParticles constructor.
|
static Class |
PARTICLE_CLASS
Represents the Particle class.
|
static Class |
PARTICLE_ENUM
Represents the EnumParticle enum.
|
static Class |
PARTICLE_PARAM_BLOCK_CLASS
Represents the ParticleParamBlock class.
|
static Constructor |
PARTICLE_PARAM_BLOCK_CONSTRUCTOR
Represents the ParticleParamBlock constructor.
|
static Class |
PARTICLE_PARAM_CLASS
Represents the ParticleParam class.
|
static Class |
PARTICLE_PARAM_DUST_COLOR_TRANSITION_CLASS
Represents the DustColorTransitionOptions class.
|
static Constructor |
PARTICLE_PARAM_DUST_COLOR_TRANSITION_CONSTRUCTOR
Represents the DustColorTransitionOptions constructor.
|
static Class |
PARTICLE_PARAM_ITEM_CLASS
Represents the ParticleParamItem class.
|
static Constructor |
PARTICLE_PARAM_ITEM_CONSTRUCTOR
Represents the ParticleParamItem constructor.
|
static Class |
PARTICLE_PARAM_REDSTONE_CLASS
Represents the ParticleParamRedstone class.
|
static Constructor |
PARTICLE_PARAM_REDSTONE_CONSTRUCTOR
Represents the ParticleParamRedstone constructor.
|
static Class |
PARTICLE_PARAM_VIBRATION_CLASS
Represents the VibrationParticleOption class.
|
static Constructor |
PARTICLE_PARAM_VIBRATION_CONSTRUCTOR
Represents the VibrationParticleOption constructor.
|
static Object |
PARTICLE_TYPE_REGISTRY
Represents the ParticleType Registry.
|
static Class |
PLAYER_CONNECTION_CLASS
Represents the PlayerConnection class.
|
static Method |
PLAYER_CONNECTION_SEND_PACKET_METHOD
Represents the PlayerConnection#sendPacket(); method.
|
static Class |
PLUGIN_CLASS_LOADER_CLASS
Represents the PluginClassLoader class.
|
static Field |
PLUGIN_CLASS_LOADER_PLUGIN_FIELD
Represents the PluginClassLoader#plugin field.
|
static Class |
REGISTRY_CLASS
Represents the abstract IRegistry class.
|
static Method |
REGISTRY_GET_METHOD
Represents the IRegistry#get(MinecraftKey) method.
|
static Class |
VECTOR_3FA_CLASS
Represents the Vector3f class.
|
static Constructor |
VECTOR_3FA_CONSTRUCTOR
Represents the Vector3fa constructor.
|
static Class |
VIBRATION_PATH_CLASS
Represents the VibrationPath class.
|
static Constructor |
VIBRATION_PATH_CONSTRUCTOR
Represents the VibrationPath constructor.
|
| Constructor and Description |
|---|
ParticleConstants() |
public static final Class ITEM_STACK_CLASS
public static final Class PACKET_CLASS
public static final Class PACKET_PLAY_OUT_WORLD_PARTICLES_CLASS
public static final Class PARTICLE_ENUM
public static final Class PARTICLE_CLASS
public static final Class MINECRAFT_KEY_CLASS
public static final Class VECTOR_3FA_CLASS
public static final Class REGISTRY_CLASS
public static final Class BLOCK_CLASS
public static final Class BLOCK_POSITION_CLASS
public static final Class BLOCK_DATA_INTERFACE
public static final Class BLOCKS_CLASS
public static final Class BLOCK_POSITION_SOURCE_CLASS
public static final Class ENTITY_POSITION_SOURCE_CLASS
public static final Class VIBRATION_PATH_CLASS
public static final Class ENTITY_PLAYER_CLASS
public static final Class PLAYER_CONNECTION_CLASS
public static final Class CRAFT_PLAYER_CLASS
public static final Class CRAFT_ITEM_STACK_CLASS
public static final Class PARTICLE_PARAM_CLASS
public static final Class PARTICLE_PARAM_REDSTONE_CLASS
public static final Class PARTICLE_PARAM_DUST_COLOR_TRANSITION_CLASS
public static final Class PARTICLE_PARAM_BLOCK_CLASS
public static final Class PARTICLE_PARAM_ITEM_CLASS
public static final Class PARTICLE_PARAM_VIBRATION_CLASS
public static final Class PLUGIN_CLASS_LOADER_CLASS
public static final Method REGISTRY_GET_METHOD
public static final Method PLAYER_CONNECTION_SEND_PACKET_METHOD
public static final Method CRAFT_PLAYER_GET_HANDLE_METHOD
public static final Method BLOCK_GET_BLOCK_DATA_METHOD
public static final Method CRAFT_ITEM_STACK_AS_NMS_COPY_METHOD
public static final Field ENTITY_PLAYER_PLAYER_CONNECTION_FIELD
public static final Field PLUGIN_CLASS_LOADER_PLUGIN_FIELD
public static final Constructor PACKET_PLAY_OUT_WORLD_PARTICLES_CONSTRUCTOR
public static final Constructor MINECRAFT_KEY_CONSTRUCTOR
public static final Constructor VECTOR_3FA_CONSTRUCTOR
public static final Constructor BLOCK_POSITION_CONSTRUCTOR
public static final Constructor BLOCK_POSITION_SOURCE_CONSTRUCTOR
public static final Constructor ENTITY_POSITION_SOURCE_CONSTRUCTOR
public static final Constructor VIBRATION_PATH_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_REDSTONE_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_DUST_COLOR_TRANSITION_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_BLOCK_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_ITEM_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_VIBRATION_CONSTRUCTOR
public static final Object PARTICLE_TYPE_REGISTRY
public static final Object BLOCK_REGISTRY
Copyright © 2021. All rights reserved.