com.cliffblaster.game.net.packet
Class Packet7PlayerTeleport
java.lang.Object
com.cliffblaster.game.net.packet.Packet
com.cliffblaster.game.net.packet.Packet7PlayerTeleport
public class Packet7PlayerTeleport
- 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
Packet7PlayerTeleport
public Packet7PlayerTeleport()
Packet7PlayerTeleport
public Packet7PlayerTeleport(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