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
ConstructorsConstructorDescriptionRelativeMovePacket(int p_i49990_1_, short p_i49990_2_, short p_i49990_3_, short p_i49990_4_, boolean p_i49990_5_) -
Method Summary
Modifier and TypeMethodDescriptionvoidread(PacketBuffer p_148837_1_) voidwrite(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, updateEntityPositionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
readin interfaceIPacket<IClientPlayNetHandler>- Overrides:
readin classSEntityPacket- Throws:
IOException
-
write
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Overrides:
writein classSEntityPacket- Throws:
IOException
-