public class GODEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
PLAYERDIED |
static int |
PLAYERDROP |
static int |
PLAYERJOIN |
Constructor and Description |
---|
GODEvent(int eventcode,
int id,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
int |
getID()
Returns the ID of the player for whom the event is related.
|
java.lang.String |
getName()
Returns the name of the player for whom the event is related.
|
long |
getTime() |
java.util.Date |
getTimestamp() |
public static int PLAYERJOIN
public static int PLAYERDROP
public static int PLAYERDIED
public java.util.Date getTimestamp()
public long getTime()
public int getEventType()
public int getID()
public java.lang.String getName()