Class SEntityPacket.LookPacket
java.lang.Object
net.minecraft.network.play.server.SEntityPacket
net.minecraft.network.play.server.SEntityPacket.LookPacket
- 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
ConstructorsConstructorDescriptionLookPacket(int p_i47081_1_, byte p_i47081_2_, byte p_i47081_3_, boolean p_i47081_4_) -
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
-
LookPacket
public LookPacket() -
LookPacket
public LookPacket(int p_i47081_1_, byte p_i47081_2_, byte p_i47081_3_, boolean p_i47081_4_)
-
-
Method Details
-
read
- Specified by:
readin interfaceIPacket<IClientPlayNetHandler>- Overrides:
readin classSEntityPacket- Throws:
IOException
-
write
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Overrides:
writein classSEntityPacket- Throws:
IOException
-