|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.golden.gamedev.engine.network.NetworkPacket moagg.network.packet.UpdateControlPacket
public class UpdateControlPacket
Field Summary | |
---|---|
java.lang.String |
rotation
|
boolean |
shoot
|
boolean |
thrust
|
Fields inherited from class com.golden.gamedev.engine.network.NetworkPacket |
---|
NETWORK_PACKET_TYPE, NULL_ID, STRING_TYPE, useComma |
Constructor Summary | |
---|---|
UpdateControlPacket()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Rotation |
getRotation()
|
int |
hashCode()
|
boolean |
isShoot()
|
boolean |
isThrust()
|
void |
setRotation(Rotation rotation)
|
void |
setShoot(boolean shoot)
|
void |
setThrust(boolean thrust)
|
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 |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean thrust
public java.lang.String rotation
public boolean shoot
Constructor Detail |
---|
public UpdateControlPacket()
Method Detail |
---|
public void setThrust(boolean thrust)
public boolean isThrust()
public void setRotation(Rotation rotation)
public Rotation getRotation()
public void setShoot(boolean shoot)
public boolean isShoot()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |