Class LocationDoublePacket

java.lang.Object
me.desht.pneumaticcraft.common.network.LocationDoublePacket
Direct Known Subclasses:
PacketPlaySound, PacketSetEntityMotion, PacketSpawnParticle, PacketSpawnParticleTrail, PacketSpawnRing

public abstract class LocationDoublePacket extends Object
MineChess
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final double
     
    protected final double
     
    protected final double
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    toBytes(net.minecraft.network.FriendlyByteBuf buf)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      protected final double x
    • y

      protected final double y
    • z

      protected final double z
  • Method Details

    • toBytes

      public void toBytes(net.minecraft.network.FriendlyByteBuf buf)