public enum Html extends Enum<Html>
Modifier and Type | Method and Description |
---|---|
static void |
loadLocale(File localeFile) |
String |
parse() |
String |
parse(String... p) |
void |
setHtml(String html) |
static Html |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Html[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Html REPLACE0
public static final Html REPLACE1
public static final Html WARN_INACCURATE
public static final Html COLOR_0
public static final Html COLOR_1
public static final Html COLOR_2
public static final Html COLOR_3
public static final Html COLOR_4
public static final Html COLOR_5
public static final Html COLOR_6
public static final Html COLOR_7
public static final Html COLOR_8
public static final Html COLOR_9
public static final Html COLOR_a
public static final Html COLOR_b
public static final Html COLOR_c
public static final Html COLOR_d
public static final Html COLOR_e
public static final Html COLOR_f
public static final Html FONT_AWESOME_ICON
public static final Html SPAN
public static final Html BUTTON
public static final Html BUTTON_CLASS
public static final Html LINK
public static final Html LINK_CLASS
public static final Html IMG
public static final Html COLUMNS_DIV_WRAPPER
public static final Html COLUMN_DIV_WRAPPER
public static final Html HEADER
public static final Html PLUGIN_DATA_WRAPPER
public static final Html PLUGIN_CONTAINER_START
public static final Html NO_PLUGINS
public static final Html TOP_TOWNS
public static final Html TOP_FACTIONS
public static final Html TOTAL_BALANCE
public static final Html TOTAL_VOTES
public static final Html PLOT_OPTIONS
public static final Html FRIENDS
public static final Html BALANCE
public static final Html FACTION_NOT_FOUND
public static final Html FACTION_NO_LEADER
public static final Html FACTION_NO_FACTIONS
public static final Html WARPS
public static final Html ACHIEVEMENTS
public static final Html JAILED
public static final Html MUTED
public static final Html VOTES
public static final Html FACTION
public static final Html TOWN
public static final Html TOWN_NO_TOWNS
public static final Html BANNED
public static final Html OPERATOR
public static final Html ONLINE
public static final Html OFFLINE
public static final Html ACTIVE
public static final Html INACTIVE
public static final Html ERROR_LIST
public static final Html HIDDEN
public static final Html ERROR_NOT_SET
public static final Html GRAPH_BANNED
public static final Html GRAPH_UNKNOWN
public static final Html GRAPH_INACTIVE
public static final Html GRAPH_ACTIVE
public static final Html GRAPH_ONLINE
public static final Html GRAPH_PLAYERS
public static final Html GRAPH_DATE
public static final Html TABLE_START_2
public static final Html TABLE_START_3
public static final Html TABLE_START_4
public static final Html TABLE_SESSIONS_START
public static final Html TABLE_KILLS_START
public static final Html TABLE_FACTIONS_START
public static final Html TABLE_TOWNS_START
public static final Html TABLELINE_2
public static final Html TABLELINE_3
public static final Html TABLELINE_4
public static final Html TABLELINE_PLAYERS
public static final Html TABLELINE_3_CUSTOMKEY
public static final Html TABLELINE_3_CUSTOMKEY_1
public static final Html ERROR_TABLE_2
public static final Html TABLE_END
public static final Html SESSIONDATA_NONE
public static final Html KILLDATA_NONE
public static Html[] values()
for (Html c : Html.values()) System.out.println(c);
public static Html valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String parse()
public void setHtml(String html)
html
- public static void loadLocale(File localeFile)
localeFile
- Copyright © 2017. All rights reserved.