- addContent(Content) - Method in class net.md_5.bungee.api.chat.HoverEvent
-
Adds a content to this hover event.
- addExtra(String) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Appends a text element to the component.
- addExtra(BaseComponent) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Appends a component to the component.
- addWith(String) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
Adds a text substitution to the component.
- addWith(BaseComponent) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
Adds a component substitution to the component.
- ADVANCEMENTS - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- ALL_CODES - Static variable in class net.md_5.bungee.api.ChatColor
-
- append(BaseComponent) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends a component to the builder and makes it the current target for
formatting.
- append(BaseComponent, ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends a component to the builder and makes it the current target for
formatting.
- append(BaseComponent[]) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends the components to the builder and makes the last element the
current target for formatting.
- append(BaseComponent[], ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends the components to the builder and makes the last element the
current target for formatting.
- append(TranslationProvider) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends the
TranslationProvider object to the builder and makes
the last element the current target for formatting.
- append(TranslationProvider, ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends the
TranslationProvider object to the builder and makes
the last element the current target for formatting.
- append(String) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends the text to the builder and makes it the current target for
formatting.
- append(String, ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Appends the text to the builder and makes it the current target for
formatting.
- append(ComponentBuilder.Joiner) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
- append(ComponentBuilder.Joiner, ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
- appendLegacy(String) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Parse text to BaseComponent[] with colors and format, appends the text to
the builder and makes it the current target for formatting.
- applyStyle(ComponentStyle) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
- AQUA - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents aqua.
- assertAction(HoverEvent.Action) - Method in class net.md_5.bungee.api.chat.hover.content.Content
-
Tests this content against an action
- asTranslatableComponent() - Method in interface net.md_5.bungee.api.chat.TranslationProvider
-
- asTranslatableComponent(Object...) - Method in interface net.md_5.bungee.api.chat.TranslationProvider
-
- ATTACK - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- 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
-
The action of this event.
- getByChar(char) - Static method in class net.md_5.bungee.api.ChatColor
-
Get the colour represented by the specified code.
- getClass(HoverEvent.Action, boolean) - Static method in class net.md_5.bungee.api.chat.HoverEvent
-
- 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.
- getColor() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns the color of this style.
- getColor() - Method in class net.md_5.bungee.api.ChatColor
-
The RGB color of the ChatColor.
- getColorRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns the color of this component without checking the parents color.
- getComponent(int) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Gets the component part at the position of given index.
- getContents() - Method in class net.md_5.bungee.api.chat.HoverEvent
-
List of contents to provide for this event.
- getCount() - Method in class net.md_5.bungee.api.chat.hover.content.Item
-
Optional.
- getCurrentComponent() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Gets the component at the position of the cursor.
- getCursor() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
The position for the current part to modify.
- getExtra() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Appended components that inherit this component's formatting and events
- getFallback() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
The fallback, if the translation is not found
- getFont() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns the font of this component.
- getFont() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns the font of this style.
- getFontRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns the font of this component without checking the parents font.
- 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
- getId() - Method in class net.md_5.bungee.api.chat.hover.content.Entity
-
Entity UUID in hyphenated hexadecimal format.
- getId() - Method in class net.md_5.bungee.api.chat.hover.content.Item
-
Namespaced item ID.
- 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.hover.content.Entity
-
Name to display as the entity.
- getName() - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The name of the entity whose score should be displayed.
- getName() - Method in class net.md_5.bungee.api.ChatColor
-
- getNbt() - Method in class net.md_5.bungee.api.chat.ItemTag
-
- getObjective() - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The internal name of the objective the score is attached to.
- getParts() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
- 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.
- getSeparator() - Method in class net.md_5.bungee.api.chat.SelectorComponent
-
The separator of multiple selected entities.
- getStyle() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
The component's style.
- getTag() - Method in class net.md_5.bungee.api.chat.hover.content.Item
-
Optional.
- 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.
- getTranslationKey() - Method in interface net.md_5.bungee.api.chat.TranslationProvider
-
Get the translation key.
- getType() - Method in class net.md_5.bungee.api.chat.hover.content.Entity
-
Namespaced entity ID.
- getValue() - Method in class net.md_5.bungee.api.chat.ClickEvent
-
Depends on the action.
- getValue() - Method in class net.md_5.bungee.api.chat.hover.content.Text
-
The value.
- getValue() - Method in class net.md_5.bungee.api.chat.HoverEvent
-
Deprecated.
- 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
- GOLD - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents gold.
- GRAY - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents gray.
- GREEN - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents green.
- insertion(String) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the insertion text for the current part.
- INSTANCE - Static variable in class net.md_5.bungee.chat.TranslationRegistry
-
- INVENTORY - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-
- isBold() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is bold.
- isBold() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is bold.
- isBoldRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is bold without checking the parents
setting.
- isBoldRaw() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is bold.
- isEmpty() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style has any formatting explicitly set.
- isItalic() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is italic.
- isItalic() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is italic.
- isItalicRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is italic without checking the parents
setting.
- isItalicRaw() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is italic.
- isLegacy() - Method in class net.md_5.bungee.api.chat.HoverEvent
-
Returns whether this hover event is prior to 1.16
- isObfuscated() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is obfuscated.
- isObfuscated() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is obfuscated.
- isObfuscatedRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is obfuscated without checking the parents
setting.
- isObfuscatedRaw() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is obfuscated.
- isReset() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component rejects previous formatting
- isStrikethrough() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is strikethrough.
- isStrikethrough() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is strikethrough
- isStrikethroughRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is strikethrough without checking the
parents setting.
- isStrikethroughRaw() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is strikethrough.
- isUnderlined() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is underlined.
- isUnderlined() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is underlined.
- isUnderlinedRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is underlined without checking the parents
setting.
- isUnderlinedRaw() - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Returns whether this style is underlined.
- italic(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets whether the current part is italic.
- italic(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyleBuilder
-
Set the style's italic property.
- ITALIC - Static variable in class net.md_5.bungee.api.ChatColor
-
Makes the text italic.
- Item - Class in net.md_5.bungee.api.chat.hover.content
-
- Item(String, int, ItemTag) - Constructor for class net.md_5.bungee.api.chat.hover.content.Item
-
- ItemSerializer - Class in net.md_5.bungee.api.chat.hover.content
-
- ItemSerializer() - Constructor for class net.md_5.bungee.api.chat.hover.content.ItemSerializer
-
- ItemTag - Class in net.md_5.bungee.api.chat
-
- ItemTag.Serializer - Class in net.md_5.bungee.api.chat
-
- 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
-
Creates a selector component from the selector
- SelectorComponent(String, BaseComponent) - 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(Entity, Type, JsonSerializationContext) - Method in class net.md_5.bungee.api.chat.hover.content.EntitySerializer
-
- serialize(Item, Type, JsonSerializationContext) - Method in class net.md_5.bungee.api.chat.hover.content.ItemSerializer
-
- serialize(Text, Type, JsonSerializationContext) - Method in class net.md_5.bungee.api.chat.hover.content.TextSerializer
-
- serialize(ItemTag, Type, JsonSerializationContext) - Method in class net.md_5.bungee.api.chat.ItemTag.Serializer
-
- serialize(JsonObject, BaseComponent, JsonSerializationContext) - Method in class net.md_5.bungee.chat.BaseComponentSerializer
-
- serialize(ComponentStyle, Type, JsonSerializationContext) - Method in class net.md_5.bungee.chat.ComponentStyleSerializer
-
- 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
-
- Serializer() - Constructor for class net.md_5.bungee.api.chat.ItemTag.Serializer
-
- setBold(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Set whether or not this component is bold.
- setBold(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Whether this style 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
-
Set this component's color.
- setColor(ChatColor) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
The color of this style.
- setCount(int) - Method in class net.md_5.bungee.api.chat.hover.content.Item
-
Optional.
- setCursor(int) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the position of the current component to be modified
- setExtra(List<BaseComponent>) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
- setFallback(String) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
The fallback, if the translation is not found
- setFont(String) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Set this component's font.
- setFont(String) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
The font of this style.
- 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
- setId(String) - Method in class net.md_5.bungee.api.chat.hover.content.Entity
-
Entity UUID in hyphenated hexadecimal format.
- setId(String) - Method in class net.md_5.bungee.api.chat.hover.content.Item
-
Namespaced item ID.
- 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
-
Set whether or not this component is italic.
- setItalic(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Whether this style is italic.
- setKeybind(String) - Method in class net.md_5.bungee.api.chat.KeybindComponent
-
The keybind identifier to use.
- setLegacy(boolean) - Method in class net.md_5.bungee.api.chat.HoverEvent
-
Returns whether this hover event is prior to 1.16
- setName(BaseComponent) - Method in class net.md_5.bungee.api.chat.hover.content.Entity
-
Name to display as the entity.
- 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
-
Set whether or not this component is obfuscated.
- setObfuscated(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Whether this style 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.
- setReset(boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component rejects previous formatting
- 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.
- setSeparator(BaseComponent) - Method in class net.md_5.bungee.api.chat.SelectorComponent
-
The separator of multiple selected entities.
- setStrikethrough(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Set whether or not this component is strikethrough.
- setStrikethrough(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Whether this style is strikethrough.
- setStyle(ComponentStyle) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
- setTag(ItemTag) - Method in class net.md_5.bungee.api.chat.hover.content.Item
-
Optional.
- 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.
- setType(String) - Method in class net.md_5.bungee.api.chat.hover.content.Entity
-
Namespaced entity ID.
- setUnderlined(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Set whether or not this component is underlined.
- setUnderlined(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyle
-
Whether this style 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
-
- SOCIAL_INTERACTIONS - 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.
- strikethrough(Boolean) - Method in class net.md_5.bungee.api.chat.ComponentStyleBuilder
-
Set the style's strikethrough property.
- STRIKETHROUGH - Static variable in class net.md_5.bungee.api.ChatColor
-
Makes a line appear through the text.
- STRIP_COLOR_PATTERN - Static variable in class net.md_5.bungee.api.ChatColor
-
Pattern to remove all colour codes.
- stripColor(String) - Static method in class net.md_5.bungee.api.ChatColor
-
Strips the given message of all color codes
- style(ComponentStyle) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
- SWAP_HANDS - Static variable in interface net.md_5.bungee.api.chat.Keybinds
-