moagg.network.packet
Class CreateShipPacket

java.lang.Object
  extended by com.golden.gamedev.engine.network.NetworkPacket
      extended by moagg.network.packet.CreateShipPacket
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CreateShipPacket
extends com.golden.gamedev.engine.network.NetworkPacket

See Also:
Serialized Form

Field Summary
 short angle
           
 int armor
           
 int fuel
           
 short id
           
 java.lang.String name
           
 int shipType
           
 boolean thrust
           
 float vx
           
 float vy
           
 short x
           
 short y
           
 
Fields inherited from class com.golden.gamedev.engine.network.NetworkPacket
NETWORK_PACKET_TYPE, NULL_ID, STRING_TYPE, useComma
 
Constructor Summary
CreateShipPacket()
           
 
Method Summary
 short getAngle()
           
 int getArmor()
           
 int getFuel()
           
 short getId()
           
 java.lang.String getName()
           
 int getShipType()
           
 float getVX()
           
 float getVY()
           
 short getX()
           
 short getY()
           
 boolean isThrust()
           
 void setAngle(short angle)
           
 void setArmor(int armor)
           
 void setFuel(int fuel)
           
 void setId(short id)
           
 void setName(java.lang.String name)
           
 void setShipType(int shipType)
           
 void setThrust(boolean thrust)
           
 void setVX(float vx)
           
 void setVY(float vy)
           
 void setX(short x)
           
 void setY(short y)
           
 
Methods inherited from class com.golden.gamedev.engine.network.NetworkPacket
clone, consume, generateCode, getCode, getExpiredTime, getID, getSender, getUniqueCode, isCompressed, isConsumed, isExpired, isSendCode, isSendSender, read, readPacket, setCode, setCode, setCompressed, setConsumed, setExpiredTime, setID, setSendCode, setSender, setSender, setSendSender, toString, write, writePacket
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public short id

name

public java.lang.String name

shipType

public int shipType

fuel

public int fuel

armor

public int armor

x

public short x

y

public short y

vx

public float vx

vy

public float vy

angle

public short angle

thrust

public boolean thrust
Constructor Detail

CreateShipPacket

public CreateShipPacket()
Method Detail

getId

public short getId()

setId

public void setId(short id)

getX

public short getX()

setX

public void setX(short x)

getY

public short getY()

setY

public void setY(short y)

getVX

public float getVX()

setVX

public void setVX(float vx)

getVY

public float getVY()

setVY

public void setVY(float vy)

getAngle

public short getAngle()

setAngle

public void setAngle(short angle)

isThrust

public boolean isThrust()

setThrust

public void setThrust(boolean thrust)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getShipType

public int getShipType()

setShipType

public void setShipType(int shipType)

getFuel

public int getFuel()

setFuel

public void setFuel(int fuel)

getArmor

public int getArmor()

setArmor

public void setArmor(int armor)


Copyright © 2008. All Rights Reserved.