net.minecraft.network.packet.s2c.play

public class EntityS2CPacket$MoveRelative

extends EntityS2CPacket

All mapped superinterfaces:

Packet

net.minecraft.network.protocol.game.ClientboundMoveEntityPacket$Pos
net.minecraft.class_2684$class_2685
net.minecraft.network.packet.s2c.play.EntityS2CPacket$MoveRelative

Field summary

Modifier and TypeField
public static final PacketCodec<PacketByteBuf, EntityS2CPacket$MoveRelative>
STREAM_CODEC
field_47940
CODEC

Constructor summary

ModifierConstructor
public (int entityId, short deltaX, short deltaY, short deltaZ, boolean onGround)

Method summary

Modifier and TypeMethod
private static EntityS2CPacket$MoveRelative
read(FriendlyByteBuf input)
method_34138(class_2540 arg0)
read(PacketByteBuf buf)
private void
write(FriendlyByteBuf output)
method_55890(class_2540 arg0)
write(PacketByteBuf buf)
public PacketType<EntityS2CPacket$MoveRelative>
type()
method_65080()
getPacketType()
public void
handle(PacketListener listener)
method_65081(class_2547 arg0)
apply(PacketListener arg0)