public class ModEvent
extends java.lang.Object
ModEventHandler| Modifier and Type | Field and Description |
|---|---|
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.
|
public static final ModEvent GGZMOD_EVENT_STATE
ModStatepublic 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_highscorepublic static final ModEvent GGZMOD_EVENT_INFO
public static final ModEvent GGZMOD_EVENT_ERROR