atavism.agis.plugins
Class CombatClient.SetPlayerRespawnLocationMessage
java.lang.Object
atavism.msgsys.Message
atavism.msgsys.SubjectMessage
atavism.agis.plugins.CombatClient.SetPlayerRespawnLocationMessage
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CombatClient
public static class CombatClient.SetPlayerRespawnLocationMessage
- extends SubjectMessage
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CombatClient.SetPlayerRespawnLocationMessage
public CombatClient.SetPlayerRespawnLocationMessage()
CombatClient.SetPlayerRespawnLocationMessage
public CombatClient.SetPlayerRespawnLocationMessage(OID subjectOid,
Point respawnLoc)
CombatClient.SetPlayerRespawnLocationMessage
public CombatClient.SetPlayerRespawnLocationMessage(OID subjectOid,
int instanceID,
Point respawnLoc)
getInstanceID
public int getInstanceID()
setInstanceID
public void setInstanceID(int instanceID)
getRespawnLoc
public Point getRespawnLoc()
setRespawnLoc
public void setRespawnLoc(Point respawnLoc)