Class ParticleConstants

java.lang.Object
xyz.xenondevs.particle.ParticleConstants

public final class ParticleConstants extends Object
Constants for particles.
Since:
10.06.2019
Author:
ByteZ
  • Field Details

    • ITEM_STACK_CLASS

      public static final Class ITEM_STACK_CLASS
      Represents the ItemStack class.
    • PACKET_CLASS

      public static final Class PACKET_CLASS
      Represents the Packet class.
    • PACKET_PLAY_OUT_WORLD_PARTICLES_CLASS

      public static final Class PACKET_PLAY_OUT_WORLD_PARTICLES_CLASS
      Represents the PacketPlayOutWorldParticles class.
    • PARTICLE_ENUM

      public static final Class PARTICLE_ENUM
      Represents the EnumParticle enum.
    • PARTICLE_CLASS

      public static final Class PARTICLE_CLASS
      Represents the Particle class.
    • MINECRAFT_KEY_CLASS

      public static final Class MINECRAFT_KEY_CLASS
      Represents the MiencraftKey class.
    • VECTOR_3FA_CLASS

      public static final Class VECTOR_3FA_CLASS
      Represents the Vector3f class.
    • REGISTRY_CLASS

      public static final Class REGISTRY_CLASS
      Represents the abstract IRegistry class.
    • BLOCK_CLASS

      public static final Class BLOCK_CLASS
      Represents the Block class.
    • BLOCK_POSITION_CLASS

      public static final Class BLOCK_POSITION_CLASS
      Represents the BlockPosition class.
    • BLOCK_DATA_INTERFACE

      public static final Class BLOCK_DATA_INTERFACE
      Represents the IBLockData interface.
    • BLOCKS_CLASS

      public static final Class BLOCKS_CLASS
      Represents the Blocks class.
    • POSITION_SOURCE_CLASS

      public static final Class POSITION_SOURCE_CLASS
      Represents the PositionSource class.
    • BLOCK_POSITION_SOURCE_CLASS

      public static final Class BLOCK_POSITION_SOURCE_CLASS
      Represents the BlockPositionSource class.
    • ENTITY_POSITION_SOURCE_CLASS

      public static final Class ENTITY_POSITION_SOURCE_CLASS
      Represents the EntityPositionSource class.
    • VIBRATION_PATH_CLASS

      public static final Class VIBRATION_PATH_CLASS
      Represents the VibrationPath class.
    • ENTITY_CLASS

      public static final Class ENTITY_CLASS
      Represents the Entity class.
    • ENTITY_PLAYER_CLASS

      public static final Class ENTITY_PLAYER_CLASS
      Represents the EntityPlayer class.
    • PLAYER_CONNECTION_CLASS

      public static final Class PLAYER_CONNECTION_CLASS
      Represents the PlayerConnection class.
    • CRAFT_ENTITY_CLASS

      public static final Class CRAFT_ENTITY_CLASS
      Represents the CraftEntity class.
    • CRAFT_PLAYER_CLASS

      public static final Class CRAFT_PLAYER_CLASS
      Represents the CraftPlayer class.
    • CRAFT_ITEM_STACK_CLASS

      public static final Class CRAFT_ITEM_STACK_CLASS
      Represents the CraftItemStack class.
    • PARTICLE_PARAM_CLASS

      public static final Class PARTICLE_PARAM_CLASS
      Represents the ParticleParam class.
    • PARTICLE_PARAM_REDSTONE_CLASS

      public static final Class PARTICLE_PARAM_REDSTONE_CLASS
      Represents the ParticleParamRedstone class.
    • PARTICLE_PARAM_DUST_COLOR_TRANSITION_CLASS

      public static final Class PARTICLE_PARAM_DUST_COLOR_TRANSITION_CLASS
      Represents the DustColorTransitionOptions class.
    • PARTICLE_PARAM_BLOCK_CLASS

      public static final Class PARTICLE_PARAM_BLOCK_CLASS
      Represents the ParticleParamBlock class.
    • PARTICLE_PARAM_ITEM_CLASS

      public static final Class PARTICLE_PARAM_ITEM_CLASS
      Represents the ParticleParamItem class.
    • PARTICLE_PARAM_VIBRATION_CLASS

      public static final Class PARTICLE_PARAM_VIBRATION_CLASS
      Represents the VibrationParticleOption class.
    • PARTICLE_PARAM_SHRIEK_CLASS

      public static final Class PARTICLE_PARAM_SHRIEK_CLASS
      Represents the ParticleParamShriek class.
    • PARTICLE_PARAM_SCULK_CHARGE_CLASS

      public static final Class PARTICLE_PARAM_SCULK_CHARGE_CLASS
      Represents the ParticleParamSculkCharge class.
    • REGISTRY_GET_METHOD

      public static final Method REGISTRY_GET_METHOD
      Represents the IRegistry#get(MinecraftKey) method.
    • PLAYER_CONNECTION_SEND_PACKET_METHOD

      public static final Method PLAYER_CONNECTION_SEND_PACKET_METHOD
      Represents the PlayerConnection#sendPacket(); method.
    • CRAFT_ENTITY_GET_HANDLE_METHOD

      public static final Method CRAFT_ENTITY_GET_HANDLE_METHOD
      Represents the CraftEntity#getHandle(); method.
    • CRAFT_PLAYER_GET_HANDLE_METHOD

      public static final Method CRAFT_PLAYER_GET_HANDLE_METHOD
      Represents the CraftPlayer#getHandle(); method.
    • BLOCK_GET_BLOCK_DATA_METHOD

      public static final Method BLOCK_GET_BLOCK_DATA_METHOD
      Represents the Block#getBlockData(); method.
    • CRAFT_ITEM_STACK_AS_NMS_COPY_METHOD

      public static final Method CRAFT_ITEM_STACK_AS_NMS_COPY_METHOD
      Represents the CraftItemStack#asNMSCopy(); method.
    • ENTITY_PLAYER_PLAYER_CONNECTION_FIELD

      public static final Field ENTITY_PLAYER_PLAYER_CONNECTION_FIELD
      Represents the EntityPlayer#playerConnection field.
    • PACKET_PLAY_OUT_WORLD_PARTICLES_CONSTRUCTOR

      public static final Constructor PACKET_PLAY_OUT_WORLD_PARTICLES_CONSTRUCTOR
      Represents the PacketPlayOutWorldParticles constructor.
    • MINECRAFT_KEY_CONSTRUCTOR

      public static final Constructor MINECRAFT_KEY_CONSTRUCTOR
      Represents the MinecraftKey constructor.
    • VECTOR_3FA_CONSTRUCTOR

      public static final Constructor VECTOR_3FA_CONSTRUCTOR
      Represents the Vector3fa constructor.
    • BLOCK_POSITION_CONSTRUCTOR

      public static final Constructor BLOCK_POSITION_CONSTRUCTOR
      Represents the BlockPosition constructor.
    • BLOCK_POSITION_SOURCE_CONSTRUCTOR

      public static final Constructor BLOCK_POSITION_SOURCE_CONSTRUCTOR
      Represents the BlockPositionSource constructor.
    • ENTITY_POSITION_SOURCE_CONSTRUCTOR

      public static final Constructor ENTITY_POSITION_SOURCE_CONSTRUCTOR
      Represents the EntityPositionSource constructor.
    • VIBRATION_PATH_CONSTRUCTOR

      public static final Constructor VIBRATION_PATH_CONSTRUCTOR
      Represents the VibrationPath constructor.
    • PARTICLE_PARAM_REDSTONE_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_REDSTONE_CONSTRUCTOR
      Represents the ParticleParamRedstone constructor.
    • PARTICLE_PARAM_DUST_COLOR_TRANSITION_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_DUST_COLOR_TRANSITION_CONSTRUCTOR
      Represents the DustColorTransitionOptions constructor.
    • PARTICLE_PARAM_BLOCK_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_BLOCK_CONSTRUCTOR
      Represents the ParticleParamBlock constructor.
    • PARTICLE_PARAM_ITEM_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_ITEM_CONSTRUCTOR
      Represents the ParticleParamItem constructor.
    • PARTICLE_PARAM_VIBRATION_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_VIBRATION_CONSTRUCTOR
      Represents the VibrationParticleOption constructor.
    • PARTICLE_PARAM_SHRIEK_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_SHRIEK_CONSTRUCTOR
      Represents the ParticleParamShriek constructor.
    • PARTICLE_PARAM_SCULK_CHARGE_CONSTRUCTOR

      public static final Constructor PARTICLE_PARAM_SCULK_CHARGE_CONSTRUCTOR
      Represents the ParticleParamSculkCharge constructor.
    • PARTICLE_TYPE_REGISTRY

      public static final Object PARTICLE_TYPE_REGISTRY
      Represents the ParticleType Registry.
    • BLOCK_REGISTRY

      public static final Object BLOCK_REGISTRY
      Represents the Block Registry.
  • Constructor Details

    • ParticleConstants

      public ParticleConstants()