public 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 |
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 |
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_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 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 |
REGISTRY_CLASS
Represents the abstract IRegistry class.
|
static Method |
REGISTRY_GET_METHOD
Represents the IRegistry#get(MinecraftKey) method.
|
| 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 REGISTRY_CLASS
public static final Class BLOCK_CLASS
public static final Class BLOCK_DATA_INTERFACE
public static final Class BLOCKS_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_BLOCK_CLASS
public static final Class PARTICLE_PARAM_ITEM_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 Constructor PACKET_PLAY_OUT_WORLD_PARTICLES_CONSTRUCTOR
public static final Constructor MINECRAFT_KEY_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_REDSTONE_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_BLOCK_CONSTRUCTOR
public static final Constructor PARTICLE_PARAM_ITEM_CONSTRUCTOR
public static final Object PARTICLE_TYPE_REGISTRY
Copyright © 2020. All rights reserved.