Class SPlayerPositionLookPacket
java.lang.Object
net.minecraft.network.play.server.SPlayerPositionLookPacket
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Set<SPlayerPositionLookPacket.Flags>private doubleprivate floatprivate doubleprivate floatprivate double -
Constructor Summary
ConstructorsConstructorDescriptionSPlayerPositionLookPacket(double p_i46928_1_, double p_i46928_3_, double p_i46928_5_, float p_i46928_7_, float p_i46928_8_, Set<SPlayerPositionLookPacket.Flags> p_i46928_9_, int p_i46928_10_) -
Method Summary
Modifier and TypeMethodDescriptionintgetId()doublegetX()floatgetXRot()doublegetY()floatgetYRot()doublegetZ()voidhandle(IClientPlayNetHandler p_148833_1_) voidread(PacketBuffer p_148837_1_) voidwrite(PacketBuffer p_148840_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.IPacket
isSkippable
-
Field Details
-
x
private double x -
y
private double y -
z
private double z -
yRot
private float yRot -
xRot
private float xRot -
relativeArguments
-
id
private int id
-
-
Constructor Details
-
SPlayerPositionLookPacket
public SPlayerPositionLookPacket() -
SPlayerPositionLookPacket
public SPlayerPositionLookPacket(double p_i46928_1_, double p_i46928_3_, double p_i46928_5_, float p_i46928_7_, float p_i46928_8_, Set<SPlayerPositionLookPacket.Flags> p_i46928_9_, int p_i46928_10_)
-
-
Method Details
-
read
- Specified by:
readin interfaceIPacket<IClientPlayNetHandler>- Throws:
IOException
-
write
- Specified by:
writein interfaceIPacket<IClientPlayNetHandler>- Throws:
IOException
-
handle
- Specified by:
handlein interfaceIPacket<IClientPlayNetHandler>
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getYRot
public float getYRot() -
getXRot
public float getXRot() -
getId
public int getId() -
getRelativeArguments
-