Class ParticlePacketImpl

java.lang.Object
com.github.fierioziy.particlenativeapi.core.packet.ParticlePacketImpl
All Implemented Interfaces:
ParticlePacket, Cloneable

public class ParticlePacketImpl extends Object implements ParticlePacket, Cloneable
  • Field Details

    • x

      protected double x
    • y

      protected double y
    • z

      protected double z
  • Constructor Details

    • ParticlePacketImpl

      public ParticlePacketImpl()
  • Method Details