public class SPacketPlayerLook extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Constructor and Description |
|---|
SPacketPlayerLook() |
SPacketPlayerLook(EntityAnchorArgument.Type p_i48589_1_,
double p_i48589_2_,
double p_i48589_4_,
double p_i48589_6_) |
SPacketPlayerLook(EntityAnchorArgument.Type p_i48590_1_,
Entity p_i48590_2_,
EntityAnchorArgument.Type p_i48590_3_) |
| Modifier and Type | Method and Description |
|---|---|
Vec3d |
func_200531_a(World p_200531_1_) |
EntityAnchorArgument.Type |
func_201064_a() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SPacketPlayerLook()
public SPacketPlayerLook(EntityAnchorArgument.Type p_i48589_1_, double p_i48589_2_, double p_i48589_4_, double p_i48589_6_)
public SPacketPlayerLook(EntityAnchorArgument.Type p_i48590_1_, Entity p_i48590_2_, EntityAnchorArgument.Type p_i48590_3_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void processPacket(INetHandlerPlayClient handler)
processPacket in interface Packet<INetHandlerPlayClient>public EntityAnchorArgument.Type func_201064_a()