Enum TextIdentifier
- java.lang.Object
-
- java.lang.Enum<TextIdentifier>
-
- de.simonsator.partyandfriendsgui.manager.TextIdentifier
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<TextIdentifier>
public enum TextIdentifier extends java.lang.Enum<TextIdentifier>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextIdentifier
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextIdentifier[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NAME_TOO_LONG_FRIENDS
public static final TextIdentifier NAME_TOO_LONG_FRIENDS
-
FRIENDS_MENU
public static final TextIdentifier FRIENDS_MENU
-
HIDE_PLAYERS_MENU
public static final TextIdentifier HIDE_PLAYERS_MENU
-
FRIEND_REQUEST_MENU
public static final TextIdentifier FRIEND_REQUEST_MENU
-
SETTINGS_MENU
public static final TextIdentifier SETTINGS_MENU
-
HEAD_NAME
public static final TextIdentifier HEAD_NAME
-
BACK_ITEM_NAME
public static final TextIdentifier BACK_ITEM_NAME
-
SETTINGS_ITEM
public static final TextIdentifier SETTINGS_ITEM
-
FRIENDSHIP_INVITATION_NAME
public static final TextIdentifier FRIENDSHIP_INVITATION_NAME
-
ACCEPT_FRIEND_REQUEST_ITEM
public static final TextIdentifier ACCEPT_FRIEND_REQUEST_ITEM
-
LAST_SEEN
public static final TextIdentifier LAST_SEEN
-
ONLINE_ON
public static final TextIdentifier ONLINE_ON
-
NEXT_PAGE_BUTTON_ITEM
public static final TextIdentifier NEXT_PAGE_BUTTON_ITEM
-
PREVIOUS_PAGE_BUTTON_NAME_ITEM
public static final TextIdentifier PREVIOUS_PAGE_BUTTON_NAME_ITEM
-
WANT_RECEIVE_MESSAGES_ITEM
public static final TextIdentifier WANT_RECEIVE_MESSAGES_ITEM
-
INVITE_INTO_PARTY_ITEM
public static final TextIdentifier INVITE_INTO_PARTY_ITEM
-
DELETE_FRIEND_ITEM
public static final TextIdentifier DELETE_FRIEND_ITEM
-
HIDE_PLAYERS_ITEM
public static final TextIdentifier HIDE_PLAYERS_ITEM
-
DENY_FRIEND_REQUEST_ITEM
public static final TextIdentifier DENY_FRIEND_REQUEST_ITEM
-
SHOW_ALL_ITEM
public static final TextIdentifier SHOW_ALL_ITEM
-
SHOW_FRIENDS_AND_PEOPLE_WITH_PERMISSION_ITEM
public static final TextIdentifier SHOW_FRIENDS_AND_PEOPLE_WITH_PERMISSION_ITEM
-
SHOW_ONLY_YOUR_FRIENDS_ITEM
public static final TextIdentifier SHOW_ONLY_YOUR_FRIENDS_ITEM
-
JUMP_ITEM
public static final TextIdentifier JUMP_ITEM
-
SHOW_ONLY_PEOPLE_FROM_THE_SERVER_ITEM
public static final TextIdentifier SHOW_ONLY_PEOPLE_FROM_THE_SERVER_ITEM
-
YOU_RECEIVE_FRIEND_REQUESTS_ITEM
public static final TextIdentifier YOU_RECEIVE_FRIEND_REQUESTS_ITEM
-
SHOW_NOBODY_ITEM
public static final TextIdentifier SHOW_NOBODY_ITEM
-
YOU_RECEIVE_NO_FRIEND_REQUESTS_ITEM
public static final TextIdentifier YOU_RECEIVE_NO_FRIEND_REQUESTS_ITEM
-
YOU_RECEIVE_PARTY_INVITATIONS_ITEM
public static final TextIdentifier YOU_RECEIVE_PARTY_INVITATIONS_ITEM
-
YOU_RECEIVE_NO_PARTY_INVITATIONS_ITEM
public static final TextIdentifier YOU_RECEIVE_NO_PARTY_INVITATIONS_ITEM
-
YOUR_STATUS_WILL_BE_SHOWN_ONLINE_ITEM
public static final TextIdentifier YOUR_STATUS_WILL_BE_SHOWN_ONLINE_ITEM
-
YOUR_STATUS_WILL_BE_SHOWN_OFFLINE_ITEM
public static final TextIdentifier YOUR_STATUS_WILL_BE_SHOWN_OFFLINE_ITEM
-
JUMP_ALLOWED_ITEM
public static final TextIdentifier JUMP_ALLOWED_ITEM
-
NO_JUMP_ITEM
public static final TextIdentifier NO_JUMP_ITEM
-
YOU_RECEIVE_MESSAGES_ITEM
public static final TextIdentifier YOU_RECEIVE_MESSAGES_ITEM
-
YOU_RECEIVE_NO_MESSAGES_ITEM
public static final TextIdentifier YOU_RECEIVE_NO_MESSAGES_ITEM
-
WANT_TO_BE_SHOWN_AS_ONLINE_ITEM
public static final TextIdentifier WANT_TO_BE_SHOWN_AS_ONLINE_ITEM
-
SHOULD_FRIENDS_BE_ABLE_TO_JUMP_TO_YOU_ITEM
public static final TextIdentifier SHOULD_FRIENDS_BE_ABLE_TO_JUMP_TO_YOU_ITEM
-
WANT_RECEIVE_PARTY_INVITATIONS_ITEM
public static final TextIdentifier WANT_RECEIVE_PARTY_INVITATIONS_ITEM
-
HIDE_INVENTORY_PLACE_HOLDER
public static final TextIdentifier HIDE_INVENTORY_PLACE_HOLDER
-
FRIEND_DETAIL_VIEW_PLACE_HOLDER
public static final TextIdentifier FRIEND_DETAIL_VIEW_PLACE_HOLDER
-
FRIEND_ACCEPT_MENU_PLACEHOLDER
public static final TextIdentifier FRIEND_ACCEPT_MENU_PLACEHOLDER
-
WANT_RECEIVE_FRIEND_REQUESTS_ITEM
public static final TextIdentifier WANT_RECEIVE_FRIEND_REQUESTS_ITEM
-
GUI_COOLDOWN
public static final TextIdentifier GUI_COOLDOWN
-
PARTY_MENU_NAME
public static final TextIdentifier PARTY_MENU_NAME
-
HOW_TO_CREATE_A_PARTY
public static final TextIdentifier HOW_TO_CREATE_A_PARTY
-
PARTY_MENU_PLACEHOLDER
public static final TextIdentifier PARTY_MENU_PLACEHOLDER
-
LORE_IS_LEADER
public static final TextIdentifier LORE_IS_LEADER
-
LORE_IS_MEMBER
public static final TextIdentifier LORE_IS_MEMBER
-
HIDE_COOLDOWN
public static final TextIdentifier HIDE_COOLDOWN
-
OPEN_PARTY_MENU
public static final TextIdentifier OPEN_PARTY_MENU
-
KICK_FROM_PARTY
public static final TextIdentifier KICK_FROM_PARTY
-
MAKE_NEW_PARTY_LEADER
public static final TextIdentifier MAKE_NEW_PARTY_LEADER
-
PARTY_MEMBER_DETAIL_VIEW_PREFIX
public static final TextIdentifier PARTY_MEMBER_DETAIL_VIEW_PREFIX
-
PARTY_DETAIL_VIEW_PLACE_HOLDER
public static final TextIdentifier PARTY_DETAIL_VIEW_PLACE_HOLDER
-
MENU_BAR_PLACEHOLDER
public static final TextIdentifier MENU_BAR_PLACEHOLDER
-
LEAVE_PARTY
public static final TextIdentifier LEAVE_PARTY
-
NAME_TOO_LONG_PARTY
public static final TextIdentifier NAME_TOO_LONG_PARTY
-
NO_PENDING_FRIEND_REQUEST
public static final TextIdentifier NO_PENDING_FRIEND_REQUEST
-
PAST_PARTY_PAGE
public static final TextIdentifier PAST_PARTY_PAGE
-
POST_FRIEND_PAGE
public static final TextIdentifier POST_FRIEND_PAGE
-
NO_FRIENDS
public static final TextIdentifier NO_FRIENDS
-
OPEN_FRIEND_MENU
public static final TextIdentifier OPEN_FRIEND_MENU
-
-
Method Detail
-
values
public static TextIdentifier[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TextIdentifier c : TextIdentifier.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TextIdentifier valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-