public class SPlayerLookPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
コンストラクタと説明 |
---|
SPlayerLookPacket() |
SPlayerLookPacket(EntityAnchorArgument.Type p_i48589_1_,
double p_i48589_2_,
double p_i48589_4_,
double p_i48589_6_) |
SPlayerLookPacket(EntityAnchorArgument.Type p_i48590_1_,
Entity p_i48590_2_,
EntityAnchorArgument.Type p_i48590_3_) |
修飾子とタイプ | メソッドと説明 |
---|---|
EntityAnchorArgument.Type |
getSourceAnchor() |
Vec3d |
getTargetPosition(World p_200531_1_) |
void |
processPacket(IClientPlayNetHandler handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
public SPlayerLookPacket()
public SPlayerLookPacket(EntityAnchorArgument.Type p_i48589_1_, double p_i48589_2_, double p_i48589_4_, double p_i48589_6_)
public SPlayerLookPacket(EntityAnchorArgument.Type p_i48590_1_, Entity p_i48590_2_, EntityAnchorArgument.Type p_i48590_3_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
インタフェース内 IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
インタフェース内 IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
インタフェース内 IPacket<IClientPlayNetHandler>
public EntityAnchorArgument.Type getSourceAnchor()