Package xyz.xenondevs.particle
Class ParticleConstants
java.lang.Object
xyz.xenondevs.particle.ParticleConstants
Constants for particles.
- Since:
- 10.06.2019
- Author:
- ByteZ
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClassRepresents the Block class.static final ClassRepresents the IBLockData interface.static final MethodRepresents the Block#getBlockData(); method.static final ClassRepresents the BlockPosition class.static final ConstructorRepresents the BlockPosition constructor.static final ClassRepresents the BlockPositionSource class.static final ConstructorRepresents the BlockPositionSource constructor.static final ObjectRepresents the Block Registry.static final ClassRepresents the Blocks class.static final ClassRepresents the BuiltInRegistries class.static final ClassRepresents the CraftEntity class.static final MethodRepresents the CraftEntity#getHandle(); method.static final MethodRepresents the CraftItemStack#asNMSCopy(); method.static final ClassRepresents the CraftItemStack class.static final ClassRepresents the CraftPlayer class.static final MethodRepresents the CraftPlayer#getHandle(); method.static final ClassRepresents the Entity class.static final ClassRepresents the EntityPlayer class.static final FieldRepresents the EntityPlayer#playerConnection field.static final ClassRepresents the EntityPositionSource class.static final ConstructorRepresents the EntityPositionSource constructor.static final ClassRepresents the ItemStack class.static final ClassRepresents the MiencraftKey class.static final ConstructorRepresents the MinecraftKey constructor.static final ClassRepresents the Packet class.static final ClassRepresents the PacketPlayOutWorldParticles class.static final ConstructorRepresents the PacketPlayOutWorldParticles constructor.static final ClassRepresents the Particle class.static final ClassRepresents the EnumParticle enum.static final ClassRepresents the ParticleParamBlock class.static final ConstructorRepresents the ParticleParamBlock constructor.static final ClassRepresents the ParticleParam class.static final ClassRepresents the DustColorTransitionOptions class.static final ConstructorRepresents the DustColorTransitionOptions constructor.static final ClassRepresents the ParticleParamItem class.static final ConstructorRepresents the ParticleParamItem constructor.static final ClassRepresents the ParticleParamRedstone class.static final ConstructorRepresents the ParticleParamRedstone constructor.static final ClassRepresents the ParticleParamSculkCharge class.static final ConstructorRepresents the ParticleParamSculkCharge constructor.static final ClassRepresents the ParticleParamShriek class.static final ConstructorRepresents the ParticleParamShriek constructor.static final ClassRepresents the VibrationParticleOption class.static final ConstructorRepresents the VibrationParticleOption constructor.static final ObjectRepresents the ParticleType Registry.static final ClassRepresents the PlayerConnection class.static final MethodRepresents the PlayerConnection#sendPacket(); method.static final ClassRepresents the PositionSource class.static final ClassRepresents the abstract IRegistry class.static final MethodRepresents the IRegistry#get(MinecraftKey) method.static final ClassRepresents the Vector3f class.static final ConstructorRepresents the Vector3fa constructor.static final ClassRepresents the VibrationPath class.static final ConstructorRepresents the VibrationPath constructor. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ITEM_STACK_CLASS
Represents the ItemStack class. -
PACKET_CLASS
Represents the Packet class. -
PACKET_PLAY_OUT_WORLD_PARTICLES_CLASS
Represents the PacketPlayOutWorldParticles class. -
PARTICLE_ENUM
Represents the EnumParticle enum. -
PARTICLE_CLASS
Represents the Particle class. -
MINECRAFT_KEY_CLASS
Represents the MiencraftKey class. -
VECTOR_3FA_CLASS
Represents the Vector3f class. -
REGISTRY_CLASS
Represents the abstract IRegistry class. -
BUILT_IN_REGISTRIES_CLASS
Represents the BuiltInRegistries class. -
BLOCK_CLASS
Represents the Block class. -
BLOCK_POSITION_CLASS
Represents the BlockPosition class. -
BLOCK_DATA_INTERFACE
Represents the IBLockData interface. -
BLOCKS_CLASS
Represents the Blocks class. -
POSITION_SOURCE_CLASS
Represents the PositionSource class. -
BLOCK_POSITION_SOURCE_CLASS
Represents the BlockPositionSource class. -
ENTITY_POSITION_SOURCE_CLASS
Represents the EntityPositionSource class. -
VIBRATION_PATH_CLASS
Represents the VibrationPath class. -
ENTITY_CLASS
Represents the Entity class. -
ENTITY_PLAYER_CLASS
Represents the EntityPlayer class. -
PLAYER_CONNECTION_CLASS
Represents the PlayerConnection class. -
CRAFT_ENTITY_CLASS
Represents the CraftEntity class. -
CRAFT_PLAYER_CLASS
Represents the CraftPlayer class. -
CRAFT_ITEM_STACK_CLASS
Represents the CraftItemStack class. -
PARTICLE_PARAM_CLASS
Represents the ParticleParam class. -
PARTICLE_PARAM_REDSTONE_CLASS
Represents the ParticleParamRedstone class. -
PARTICLE_PARAM_DUST_COLOR_TRANSITION_CLASS
Represents the DustColorTransitionOptions class. -
PARTICLE_PARAM_BLOCK_CLASS
Represents the ParticleParamBlock class. -
PARTICLE_PARAM_ITEM_CLASS
Represents the ParticleParamItem class. -
PARTICLE_PARAM_VIBRATION_CLASS
Represents the VibrationParticleOption class. -
PARTICLE_PARAM_SHRIEK_CLASS
Represents the ParticleParamShriek class. -
PARTICLE_PARAM_SCULK_CHARGE_CLASS
Represents the ParticleParamSculkCharge class. -
REGISTRY_GET_METHOD
Represents the IRegistry#get(MinecraftKey) method. -
PLAYER_CONNECTION_SEND_PACKET_METHOD
Represents the PlayerConnection#sendPacket(); method. -
CRAFT_ENTITY_GET_HANDLE_METHOD
Represents the CraftEntity#getHandle(); method. -
CRAFT_PLAYER_GET_HANDLE_METHOD
Represents the CraftPlayer#getHandle(); method. -
BLOCK_GET_BLOCK_DATA_METHOD
Represents the Block#getBlockData(); method. -
CRAFT_ITEM_STACK_AS_NMS_COPY_METHOD
Represents the CraftItemStack#asNMSCopy(); method. -
ENTITY_PLAYER_PLAYER_CONNECTION_FIELD
Represents the EntityPlayer#playerConnection field. -
PACKET_PLAY_OUT_WORLD_PARTICLES_CONSTRUCTOR
Represents the PacketPlayOutWorldParticles constructor. -
MINECRAFT_KEY_CONSTRUCTOR
Represents the MinecraftKey constructor. -
VECTOR_3FA_CONSTRUCTOR
Represents the Vector3fa constructor. -
BLOCK_POSITION_CONSTRUCTOR
Represents the BlockPosition constructor. -
BLOCK_POSITION_SOURCE_CONSTRUCTOR
Represents the BlockPositionSource constructor. -
ENTITY_POSITION_SOURCE_CONSTRUCTOR
Represents the EntityPositionSource constructor. -
VIBRATION_PATH_CONSTRUCTOR
Represents the VibrationPath constructor. -
PARTICLE_PARAM_REDSTONE_CONSTRUCTOR
Represents the ParticleParamRedstone constructor. -
PARTICLE_PARAM_DUST_COLOR_TRANSITION_CONSTRUCTOR
Represents the DustColorTransitionOptions constructor. -
PARTICLE_PARAM_BLOCK_CONSTRUCTOR
Represents the ParticleParamBlock constructor. -
PARTICLE_PARAM_ITEM_CONSTRUCTOR
Represents the ParticleParamItem constructor. -
PARTICLE_PARAM_VIBRATION_CONSTRUCTOR
Represents the VibrationParticleOption constructor. -
PARTICLE_PARAM_SHRIEK_CONSTRUCTOR
Represents the ParticleParamShriek constructor. -
PARTICLE_PARAM_SCULK_CHARGE_CONSTRUCTOR
Represents the ParticleParamSculkCharge constructor. -
PARTICLE_TYPE_REGISTRY
Represents the ParticleType Registry. -
BLOCK_REGISTRY
Represents the Block Registry.
-
-
Constructor Details
-
ParticleConstants
public ParticleConstants()
-