- getAction() - Method in class net.md_5.bungee.api.chat.ClickEvent
-
The type of action to perform on click
- getAction() - Method in class net.md_5.bungee.api.chat.HoverEvent
-
- getByChar(char) - Static method in enum net.md_5.bungee.api.ChatColor
-
Get the colour represented by the specified code.
- getClickEvent() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The action to perform when this component (and child components) are
clicked
- getColor() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns the color of this component.
- getColorRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns the color of this component without checking the parents color.
- getExtra() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Appended components that inherit this component's formatting and events
- getFormat() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
- getHoverEvent() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The action to perform when this component (and child components) are
hovered over
- getInsertion() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The text to insert into the chat when this component (and child
components) are clicked while pressing the shift key
- getKeybind() - Method in class net.md_5.bungee.api.chat.KeybindComponent
-
The keybind identifier to use.
- getName() - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The name of the entity whose score should be displayed.
- getName() - Method in enum net.md_5.bungee.api.ChatColor
-
- getObjective() - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The internal name of the objective the score is attached to.
- getProviders() - Method in class net.md_5.bungee.chat.TranslationRegistry
-
- getSelector() - Method in class net.md_5.bungee.api.chat.SelectorComponent
-
An entity target selector (@p, @a, @r, @e, or @s) and, optionally,
selector arguments (e.g.
- getText() - Method in class net.md_5.bungee.api.chat.TextComponent
-
The text of the component that will be displayed to the client
- getTranslate() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
The key into the Minecraft locale files to use for the translation.
- getValue() - Method in class net.md_5.bungee.api.chat.ClickEvent
-
Depends on action
- getValue() - Method in class net.md_5.bungee.api.chat.HoverEvent
-
- getValue() - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The optional value to use instead of the one present in the Scoreboard.
- getWith() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
The components to substitute into the translation
- SAVE_TOOLBAR_ACTIVATOR - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- ScoreComponent - Class in net.md_5.bungee.api.chat
-
This component displays the score based on a player score on the scoreboard.
- ScoreComponent(String, String) - Constructor for class net.md_5.bungee.api.chat.ScoreComponent
-
Creates a new score component with the specified name and objective.
If not specifically set, value will default to an empty string;
signifying that the scoreboard value should take precedence.
- ScoreComponent(ScoreComponent) - Constructor for class net.md_5.bungee.api.chat.ScoreComponent
-
Creates a score component from the original to clone it.
- ScoreComponent(String, String, String) - Constructor for class net.md_5.bungee.api.chat.ScoreComponent
-
- ScoreComponentSerializer - Class in net.md_5.bungee.chat
-
- ScoreComponentSerializer() - Constructor for class net.md_5.bungee.chat.ScoreComponentSerializer
-
- SCREENSHOT - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- SelectorComponent - Class in net.md_5.bungee.api.chat
-
This component processes a target selector into a pre-formatted set of
discovered names.
- SelectorComponent(SelectorComponent) - Constructor for class net.md_5.bungee.api.chat.SelectorComponent
-
Creates a selector component from the original to clone it.
- SelectorComponent(String) - Constructor for class net.md_5.bungee.api.chat.SelectorComponent
-
- SelectorComponentSerializer - Class in net.md_5.bungee.chat
-
- SelectorComponentSerializer() - Constructor for class net.md_5.bungee.chat.SelectorComponentSerializer
-
- serialize(JsonObject, BaseComponent, JsonSerializationContext) - Method in class net.md_5.bungee.chat.BaseComponentSerializer
-
- serialize(KeybindComponent, Type, JsonSerializationContext) - Method in class net.md_5.bungee.chat.KeybindComponentSerializer
-
- serialize(ScoreComponent, Type, JsonSerializationContext) - Method in class net.md_5.bungee.chat.ScoreComponentSerializer
-
- serialize(SelectorComponent, Type, JsonSerializationContext) - Method in class net.md_5.bungee.chat.SelectorComponentSerializer
-
- serialize(TextComponent, Type, JsonSerializationContext) - Method in class net.md_5.bungee.chat.TextComponentSerializer
-
- serialize(TranslatableComponent, Type, JsonSerializationContext) - Method in class net.md_5.bungee.chat.TranslatableComponentSerializer
-
- serializedComponents - Static variable in class net.md_5.bungee.chat.ComponentSerializer
-
- setBold(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component and any child components (unless overridden) is
bold
- setClickEvent(ClickEvent) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The action to perform when this component (and child components) are
clicked
- setColor(ChatColor) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The color of this component and any child components (unless overridden)
- setExtra(List<BaseComponent>) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
- setHoverEvent(HoverEvent) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The action to perform when this component (and child components) are
hovered over
- setInsertion(String) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The text to insert into the chat when this component (and child
components) are clicked while pressing the shift key
- setItalic(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component and any child components (unless overridden) is
italic
- setKeybind(String) - Method in class net.md_5.bungee.api.chat.KeybindComponent
-
The keybind identifier to use.
- setName(String) - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The name of the entity whose score should be displayed.
- setObfuscated(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component and any child components (unless overridden) is
obfuscated
- setObjective(String) - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The internal name of the objective the score is attached to.
- setSelector(String) - Method in class net.md_5.bungee.api.chat.SelectorComponent
-
An entity target selector (@p, @a, @r, @e, or @s) and, optionally,
selector arguments (e.g.
- setStrikethrough(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component and any child components (unless overridden) is
strikethrough
- setText(String) - Method in class net.md_5.bungee.api.chat.TextComponent
-
The text of the component that will be displayed to the client
- setTranslate(String) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
The key into the Minecraft locale files to use for the translation.
- setUnderlined(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component and any child components (unless overridden) is
underlined
- setValue(String) - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The optional value to use instead of the one present in the Scoreboard.
- setWith(List<BaseComponent>) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
Sets the translation substitutions to be used in this component.
- SMOOTH_CAMERA - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- SNEAK - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- SPECTATOR_OUTLINES - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- SPRINT - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- strikethrough(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets whether the current part is strikethrough.
- STRIP_COLOR_PATTERN - Static variable in enum net.md_5.bungee.api.ChatColor
-
Pattern to remove all colour codes.
- stripColor(String) - Static method in enum net.md_5.bungee.api.ChatColor
-
Strips the given message of all color codes
- SWAP_HANDS - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- valueOf(String) - Static method in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.chat.HoverEvent.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.ChatColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.md_5.bungee.api.ChatMessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.chat.HoverEvent.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.ChatColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.md_5.bungee.api.ChatMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.