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 |
oid
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, toString
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
protected 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)