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