Class SEntityPacket

java.lang.Object
net.minecraft.network.play.server.SEntityPacket
All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
Direct Known Subclasses:
SEntityPacket.LookPacket, SEntityPacket.MovePacket, SEntityPacket.RelativeMovePacket

public class SEntityPacket extends Object implements IPacket<IClientPlayNetHandler>
  • Field Details

    • entityId

      protected int entityId
    • xa

      protected short xa
    • ya

      protected short ya
    • za

      protected short za
    • yRot

      protected byte yRot
    • xRot

      protected byte xRot
    • onGround

      protected boolean onGround
    • hasRot

      protected boolean hasRot
    • hasPos

      protected boolean hasPos
  • Constructor Details

    • SEntityPacket

      public SEntityPacket()
    • SEntityPacket

      public SEntityPacket(int p_i46936_1_)
  • Method Details