Class WrapperPlayServerPosition
java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerPosition
Send by server to client to synchronize the player's position.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.comphenix.protocol.PacketType
The packet type that is wrapped by this wrapper.Fields inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
handle
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new wrapper and initialize it with a packet handle with default valuesWrapperPlayServerPosition
(com.comphenix.protocol.events.PacketContainer packet) Constructors a new wrapper for the specified packet -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Retrieves the value of field 'id'Retrieves the value of field 'relativeArguments'double
getX()
Retrieves the value of field 'x'float
getXRot()
Retrieves the value of field 'xRot'double
getY()
Retrieves the value of field 'y'float
getYRot()
Retrieves the value of field 'yRot'double
getZ()
Retrieves the value of field 'z'void
setId
(int value) Sets the value of field 'id'void
Sets the value of field 'relativeArguments'void
setX
(double value) Sets the value of field 'x'void
setXRot
(float value) Sets the value of field 'xRot'void
setY
(double value) Sets the value of field 'y'void
setYRot
(float value) Sets the value of field 'yRot'void
setZ
(double value) Sets the value of field 'z'Methods inherited from class com.comphenix.packetwrapper.wrappers.AbstractPacket
broadcastPacket, equals, getHandle, hashCode, receivePacket, sendPacket
-
Field Details
-
TYPE
public static final com.comphenix.protocol.PacketType TYPEThe packet type that is wrapped by this wrapper.
-
-
Constructor Details
-
WrapperPlayServerPosition
public WrapperPlayServerPosition()Constructs a new wrapper and initialize it with a packet handle with default values -
WrapperPlayServerPosition
public WrapperPlayServerPosition(com.comphenix.protocol.events.PacketContainer packet) Constructors a new wrapper for the specified packet- Parameters:
packet
- the packet to wrap
-
-
Method Details
-
getX
public double getX()Retrieves the value of field 'x'- Returns:
- 'x'
-
setX
public void setX(double value) Sets the value of field 'x'- Parameters:
value
- New value for field 'x'
-
getY
public double getY()Retrieves the value of field 'y'- Returns:
- 'y'
-
setY
public void setY(double value) Sets the value of field 'y'- Parameters:
value
- New value for field 'y'
-
getZ
public double getZ()Retrieves the value of field 'z'- Returns:
- 'z'
-
setZ
public void setZ(double value) Sets the value of field 'z'- Parameters:
value
- New value for field 'z'
-
getYRot
public float getYRot()Retrieves the value of field 'yRot'- Returns:
- 'yRot'
-
setYRot
public void setYRot(float value) Sets the value of field 'yRot'- Parameters:
value
- New value for field 'yRot'
-
getXRot
public float getXRot()Retrieves the value of field 'xRot'- Returns:
- 'xRot'
-
setXRot
public void setXRot(float value) Sets the value of field 'xRot'- Parameters:
value
- New value for field 'xRot'
-
getRelativeArguments
Retrieves the value of field 'relativeArguments'- Returns:
- 'relativeArguments'
-
setRelativeArguments
Sets the value of field 'relativeArguments'- Parameters:
value
- New value for field 'relativeArguments'
-
getId
public int getId()Retrieves the value of field 'id'- Returns:
- 'id'
-
setId
public void setId(int value) Sets the value of field 'id'- Parameters:
value
- New value for field 'id'
-