Class EntityS2CPacket.MoveRelative
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityS2CPacket
net.minecraft.network.packet.s2c.play.EntityS2CPacket.MoveRelative
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Enclosing class:
- EntityS2CPacket
public static class EntityS2CPacket.MoveRelative extends EntityS2CPacket
- Mappings:
Namespace Name official qs$aintermediary net/minecraft/class_2684$class_2685named net/minecraft/network/packet/s2c/play/EntityS2CPacket$MoveRelative
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
EntityS2CPacket.MoveRelative, EntityS2CPacket.Rotate, EntityS2CPacket.RotateAndMoveRelative -
Field Summary
Fields inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
deltaX, deltaY, deltaZ, id, onGround, pitch, positionChanged, rotate, yaw -
Constructor Summary
Constructors Constructor Description MoveRelative()MoveRelative(int entityId, short deltaX, short deltaY, short deltaZ, boolean onGround) -
Method Summary
Modifier and Type Method Description voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
apply, calculateDeltaPosition, decodePacketCoordinate, decodePacketCoordinates, encodePacketCoordinate, getEntity, getPitch, getYaw, hasRotation, isOnGround, isPositionChanged, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Constructor Details
-
MoveRelative
public MoveRelative() -
MoveRelative
public MoveRelative(int entityId, short deltaX, short deltaY, short deltaZ, boolean onGround)- Mappings:
Namespace Name Mixin selector official <init>Lqs$a;<init>(ISSSZ)Vintermediary <init>Lnet/minecraft/class_2684$class_2685;<init>(ISSSZ)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$MoveRelative;<init>(ISSSZ)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Overrides:
readin classEntityS2CPacket- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Overrides:
writein classEntityS2CPacket- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-