|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectggz.client.mod.ModEvent
public class ModEvent
Callback events. Each of these is a possible GGZmod event. For each event, the table may register a handler with GGZmod to handle that event.
ModEventHandler
Field Summary | |
---|---|
static ModEvent |
GGZMOD_EVENT_CHAT
A chat message event. |
static ModEvent |
GGZMOD_EVENT_ERROR
An error has occurred This event occurs when a GGZMod error has occurred. |
static ModEvent |
GGZMOD_EVENT_INFO
Player information has arrived. |
static ModEvent |
GGZMOD_EVENT_PLAYER
The player's seat status has changed. |
static ModEvent |
GGZMOD_EVENT_SEAT
A seat change. |
static ModEvent |
GGZMOD_EVENT_SERVER
A new server connection has been made This event occurs when a new connection to the game server has been made, either by the core client or by the game client itself. |
static ModEvent |
GGZMOD_EVENT_SPECTATOR_SEAT
A spectator seat change. |
static ModEvent |
GGZMOD_EVENT_STATE
Module status changed This event occurs when the game's status changes. |
static ModEvent |
GGZMOD_EVENT_STATS
A player's stats have been updated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ModEvent GGZMOD_EVENT_STATE
ModState
public static final ModEvent GGZMOD_EVENT_SERVER
ModGGZ.connect()
public static final ModEvent GGZMOD_EVENT_PLAYER
public static final ModEvent GGZMOD_EVENT_SEAT
public static final ModEvent GGZMOD_EVENT_SPECTATOR_SEAT
public static final ModEvent GGZMOD_EVENT_CHAT
public static final ModEvent GGZMOD_EVENT_STATS
ggzmod_player_get_record
,
ggzmod_player_get_rating
,
ggzmod_player_get_ranking
,
ggzmod_player_get_highscore
public static final ModEvent GGZMOD_EVENT_INFO
public static final ModEvent GGZMOD_EVENT_ERROR
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |