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
ConstructorDescriptionLookPacket
(int p_i47081_1_, byte p_i47081_2_, byte p_i47081_3_, boolean p_i47081_4_) -
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
-
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:
read
in interfaceIPacket<IClientPlayNetHandler>
- Overrides:
read
in classSEntityPacket
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Overrides:
write
in classSEntityPacket
- Throws:
IOException
-