public static class CombatClient.CooldownMessage extends SubjectMessage
| Modifier and Type | Class and Description |
|---|---|
class |
CombatClient.CooldownMessage.Entry |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<CombatClient.CooldownMessage.Entry> |
cooldowns |
oidflags, msgId, msgInstanceOid, msgType, remoteAgent| Constructor and Description |
|---|
CooldownMessage() |
CooldownMessage(Cooldown.State state) |
CooldownMessage(OID oid) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCooldown(Cooldown.State state) |
void |
addCooldown(java.lang.String id,
long duration,
long endTime,
long startTime) |
getSubject, setSubject, toStringgetEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, toBytes, toBytes, ToStringprotected java.util.Set<CombatClient.CooldownMessage.Entry> cooldowns
public CooldownMessage()
public CooldownMessage(OID oid)
public CooldownMessage(Cooldown.State state)
public void addCooldown(java.lang.String id,
long duration,
long endTime,
long startTime)
public void addCooldown(Cooldown.State state)