com.cliffblaster.game.net.packet
Class Packet6PlayerPosition
java.lang.Object
com.cliffblaster.game.net.packet.Packet
com.cliffblaster.game.net.packet.Packet6PlayerPosition
public class Packet6PlayerPosition
- extends Packet
Field Summary |
int |
id
|
float |
x
|
float |
xrot
|
float |
y
|
float |
yrot
|
float |
z
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public int id
x
public float x
y
public float y
z
public float z
xrot
public float xrot
yrot
public float yrot
Packet6PlayerPosition
public Packet6PlayerPosition()
Packet6PlayerPosition
public Packet6PlayerPosition(int id,
float x,
float y,
float z,
float xrot,
float yrot)
onIncoming
public void onIncoming(java.io.DataInputStream in,
NetworkHandler networkHandler)
throws java.io.IOException
- Overrides:
onIncoming
in class Packet
- Throws:
java.io.IOException
sendPacket
public void sendPacket(java.io.DataOutputStream out)
throws java.io.IOException
- Overrides:
sendPacket
in class Packet
- Throws:
java.io.IOException
cloneTypeOnly
public Packet cloneTypeOnly()
- Specified by:
cloneTypeOnly
in class Packet