Class SEntityPacket.RelativeMovePacket
java.lang.Object
net.minecraft.network.play.server.SEntityPacket
net.minecraft.network.play.server.SEntityPacket.RelativeMovePacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
- Enclosing class:
- SEntityPacket
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.play.server.SEntityPacket
SEntityPacket.LookPacket, SEntityPacket.MovePacket, SEntityPacket.RelativeMovePacket
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRelativeMovePacket
(int p_i49990_1_, short p_i49990_2_, short p_i49990_3_, short p_i49990_4_, boolean p_i49990_5_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
read
(PacketBuffer p_148837_1_) void
write
(PacketBuffer p_148840_1_) Methods inherited from class net.minecraft.network.play.server.SEntityPacket
entityToPacket, getEntity, getxRot, getyRot, handle, hasPosition, hasRotation, isOnGround, packetToEntity, packetToEntity, toString, updateEntityPosition
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
Constructor Details
-
RelativeMovePacket
public RelativeMovePacket() -
RelativeMovePacket
public RelativeMovePacket(int p_i49990_1_, short p_i49990_2_, short p_i49990_3_, short p_i49990_4_, boolean p_i49990_5_)
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Overrides:
read
in classSEntityPacket
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Overrides:
write
in classSEntityPacket
- Throws:
IOException
-