Class SPlayerPositionLookPacket
- java.lang.Object
-
- net.minecraft.network.play.server.SPlayerPositionLookPacket
-
- All Implemented Interfaces:
IPacket<IClientPlayNetHandler>
public class SPlayerPositionLookPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SPlayerPositionLookPacket.Flags
-
Field Summary
Fields Modifier and Type Field Description private int
id
private java.util.Set<SPlayerPositionLookPacket.Flags>
relativeArguments
private double
x
private float
xRot
private double
y
private float
yRot
private double
z
-
Constructor Summary
Constructors Constructor Description SPlayerPositionLookPacket()
SPlayerPositionLookPacket(double p_i46928_1_, double p_i46928_3_, double p_i46928_5_, float p_i46928_7_, float p_i46928_8_, java.util.Set<SPlayerPositionLookPacket.Flags> p_i46928_9_, int p_i46928_10_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
java.util.Set<SPlayerPositionLookPacket.Flags>
getRelativeArguments()
double
getX()
float
getXRot()
double
getY()
float
getYRot()
double
getZ()
void
handle(IClientPlayNetHandler p_148833_1_)
void
read(PacketBuffer p_148837_1_)
void
write(PacketBuffer p_148840_1_)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Field Detail
-
x
private double x
-
y
private double y
-
z
private double z
-
yRot
private float yRot
-
xRot
private float xRot
-
relativeArguments
private java.util.Set<SPlayerPositionLookPacket.Flags> relativeArguments
-
id
private int id
-
-
Constructor Detail
-
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_, java.util.Set<SPlayerPositionLookPacket.Flags> p_i46928_9_, int p_i46928_10_)
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
read
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
write
in interfaceIPacket<IClientPlayNetHandler>
- Throws:
java.io.IOException
-
handle
public void handle(IClientPlayNetHandler p_148833_1_)
- Specified by:
handle
in 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
public java.util.Set<SPlayerPositionLookPacket.Flags> getRelativeArguments()
-
-