Package games.stendhal.common.constants
Class Events
java.lang.Object
games.stendhal.common.constants.Events
Constants for events
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
attack event during a fightstatic String
static String
Event for visual effects affecting the entire game screen.static String
changes within the current groupstatic String
an invitation to join a groupstatic String
Event for graphical effects.static String
static String
a player on the buddy list logged onstatic String
a player on the buddy list logged offstatic String
private text events, including private chat and status messagesstatic String
progress logstatic String
public chatstatic String
achievement notiviationstatic String
a sound eventstatic String
player to player trade state change eventstatic String
moves the view point to another area (orbs) -
Constructor Summary
-
Method Summary
-
Field Details
-
PRIVATE_TEXT
private text events, including private chat and status messages- See Also:
- Constant Field Values
-
PUBLIC_TEXT
public chat- See Also:
- Constant Field Values
-
SOUND
a sound event- See Also:
- Constant Field Values
-
PLAYER_LOGGED_ON
a player on the buddy list logged on- See Also:
- Constant Field Values
-
PLAYER_LOGGED_OUT
a player on the buddy list logged off- See Also:
- Constant Field Values
-
ATTACK
attack event during a fight- See Also:
- Constant Field Values
-
TRADE_STATE_CHANGE
player to player trade state change event- See Also:
- Constant Field Values
-
VIEW_CHANGE
moves the view point to another area (orbs)- See Also:
- Constant Field Values
-
GROUP_CHANGE
changes within the current group- See Also:
- Constant Field Values
-
GROUP_INVITE
an invitation to join a group- See Also:
- Constant Field Values
-
PROGRESS_STATUS_CHANGE
progress log- See Also:
- Constant Field Values
-
REACHED_ACHIEVEMENT
achievement notiviation- See Also:
- Constant Field Values
-
IMAGE
Event for graphical effects.- See Also:
- Constant Field Values
-
GLOBAL_VISUAL
Event for visual effects affecting the entire game screen.- See Also:
- Constant Field Values
-
BESTIARY
- See Also:
- Constant Field Values
-
OUTFIT_LIST
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Events
public Events()
-