public class Event
extends java.lang.Object
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
AscendedType |
getAscendedType() |
long[] |
getAssistingParticipantIds() |
BuildingType |
getBuildingType() |
long |
getCreatorId() |
EventType |
getEventType() |
static long |
getInstanceCount() |
long |
getItemAfter() |
long |
getItemBefore() |
long |
getItemId() |
long |
getKillerId() |
LaneType |
getLaneType() |
LevelUpType |
getLevelUpType() |
MonsterType |
getMonsterType() |
long |
getParticipantId() |
CapturePoint |
getPointCaptured() |
Position |
getPosition() |
int |
getSkillSlot() |
int |
getTeamId() |
long |
getTimestamp() |
TowerType |
getTowerType() |
long |
getVictimId() |
WardType |
getWardType() |
public static long getInstanceCount()
public AscendedType getAscendedType()
public long[] getAssistingParticipantIds()
public BuildingType getBuildingType()
public long getCreatorId()
-1 if not defined.public EventType getEventType()
public long getItemAfter()
-1 if not defined.public long getItemBefore()
-1 if not defined.public long getItemId()
-1 if not defined.public long getKillerId()
-1 if not defined.
Killer ID 0 indicates a minion.public LaneType getLaneType()
public LevelUpType getLevelUpType()
public MonsterType getMonsterType()
public long getParticipantId()
-1 if not defined.public CapturePoint getPointCaptured()
public Position getPosition()
public int getSkillSlot()
-1 if not defined.public int getTeamId()
-1 if not defined.public long getTimestamp()
-1 if not defined.public TowerType getTowerType()
public long getVictimId()
-1 if not defined.public WardType getWardType()