Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACTION_BAR - Enum constant in enum net.md_5.bungee.api.ChatMessageType
- 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 - Enum constant in enum net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Specify that we want to retain everything from the previous component.
- ALL_CODES - Static variable in class net.md_5.bungee.api.ChatColor
- 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(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[]) - 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(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(ComponentBuilder.Joiner) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Allows joining additional components to this builder using the given
ComponentBuilder.Joiner
andComponentBuilder.FormatRetention.ALL
. - append(ComponentBuilder.Joiner, ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Allows joining additional components to this builder using the given
ComponentBuilder.Joiner
. - 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.
- 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
- ATTACK - Static variable in interface net.md_5.bungee.api.chat.Keybinds
B
- BACK - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- BaseComponent - Class in net.md_5.bungee.api.chat
- BaseComponent() - Constructor for class net.md_5.bungee.api.chat.BaseComponent
-
Deprecated.for use by internal classes only, will be removed.
- BaseComponentSerializer - Class in net.md_5.bungee.chat
- BaseComponentSerializer() - Constructor for class net.md_5.bungee.chat.BaseComponentSerializer
- BLACK - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents black.
- BLUE - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents blue.
- bold(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets whether the current part is bold.
- BOLD - Static variable in class net.md_5.bungee.api.ChatColor
-
Makes the text bold.
C
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.BaseComponent
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Content
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Entity
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Item
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.KeybindComponent
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.ScoreComponent
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.SelectorComponent
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.TextComponent
- canEqual(Object) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
- CHANGE_PAGE - Enum constant in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Change to the page number given by
ClickEvent.value
in a book. - CHAT - Enum constant in enum net.md_5.bungee.api.ChatMessageType
- CHAT - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- ChatColor - Class in net.md_5.bungee.api
-
Simplistic enumeration of all supported color values for chat.
- ChatMessageType - Enum in net.md_5.bungee.api
-
Represents the position on the screen where a message will appear.
- ClickEvent - Class in net.md_5.bungee.api.chat
- ClickEvent(ClickEvent.Action, String) - Constructor for class net.md_5.bungee.api.chat.ClickEvent
- ClickEvent.Action - Enum in net.md_5.bungee.api.chat
- color(ChatColor) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the color of the current part.
- COLOR_CHAR - Static variable in class net.md_5.bungee.api.ChatColor
-
The special character which prefixes all chat colour codes.
- COMMAND - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- ComponentBuilder - Class in net.md_5.bungee.api.chat
-
ComponentBuilder simplifies creating basic messages by allowing the use of a chainable builder.
- ComponentBuilder() - Constructor for class net.md_5.bungee.api.chat.ComponentBuilder
- ComponentBuilder(String) - Constructor for class net.md_5.bungee.api.chat.ComponentBuilder
-
Creates a ComponentBuilder with the given text as the first part.
- ComponentBuilder(BaseComponent) - Constructor for class net.md_5.bungee.api.chat.ComponentBuilder
-
Creates a ComponentBuilder with the given component as the first part.
- ComponentBuilder(ComponentBuilder) - Constructor for class net.md_5.bungee.api.chat.ComponentBuilder
-
Creates a ComponentBuilder from the other given ComponentBuilder to clone it.
- ComponentBuilder.FormatRetention - Enum in net.md_5.bungee.api.chat
- ComponentBuilder.Joiner - Interface in net.md_5.bungee.api.chat
-
Functional interface to join additional components to a ComponentBuilder.
- ComponentSerializer - Class in net.md_5.bungee.chat
- ComponentSerializer() - Constructor for class net.md_5.bungee.chat.ComponentSerializer
- Content - Class in net.md_5.bungee.api.chat.hover.content
- Content() - Constructor for class net.md_5.bungee.api.chat.hover.content.Content
- COPY_TO_CLIPBOARD - Enum constant in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Copy the string given by
ClickEvent.value
into the player's clipboard. - copyFormatting(BaseComponent) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Copies the events and formatting of a BaseComponent.
- copyFormatting(BaseComponent, boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Copies the events and formatting of a BaseComponent.
- copyFormatting(BaseComponent, ComponentBuilder.FormatRetention, boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Copies the specified formatting of a BaseComponent.
- create() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Returns the components needed to display the message created by this builder.git
D
- DARK_AQUA - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents dark blue (aqua).
- DARK_BLUE - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents dark blue.
- DARK_GRAY - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents dark gray.
- DARK_GREEN - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents dark green.
- DARK_PURPLE - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents dark purple.
- DARK_RED - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents dark red.
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.api.chat.hover.content.EntitySerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.api.chat.hover.content.ItemSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.api.chat.hover.content.TextSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.api.chat.ItemTag.Serializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.ComponentSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.KeybindComponentSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.ScoreComponentSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.SelectorComponentSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.TextComponentSerializer
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.TranslatableComponentSerializer
- deserialize(JsonObject, BaseComponent, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.BaseComponentSerializer
- DROP - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- duplicate() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Clones the BaseComponent and returns the clone.
- duplicate() - Method in class net.md_5.bungee.api.chat.KeybindComponent
- duplicate() - Method in class net.md_5.bungee.api.chat.ScoreComponent
- duplicate() - Method in class net.md_5.bungee.api.chat.SelectorComponent
- duplicate() - Method in class net.md_5.bungee.api.chat.TextComponent
-
Creates a duplicate of this TextComponent.
- duplicate() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
-
Creates a duplicate of this TranslatableComponent.
- duplicateWithoutFormatting() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Deprecated.API use discouraged, use traditional duplicate
E
- Entity - Class in net.md_5.bungee.api.chat.hover.content
- Entity(String, String, BaseComponent) - Constructor for class net.md_5.bungee.api.chat.hover.content.Entity
- EntitySerializer - Class in net.md_5.bungee.api.chat.hover.content
- EntitySerializer() - Constructor for class net.md_5.bungee.api.chat.hover.content.EntitySerializer
- equals(Object) - Method in class net.md_5.bungee.api.chat.BaseComponent
- equals(Object) - Method in class net.md_5.bungee.api.chat.ClickEvent
- equals(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Content
- equals(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Entity
- equals(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Item
- equals(Object) - Method in class net.md_5.bungee.api.chat.hover.content.Text
- equals(Object) - Method in class net.md_5.bungee.api.chat.HoverEvent
- equals(Object) - Method in class net.md_5.bungee.api.chat.ItemTag
- equals(Object) - Method in class net.md_5.bungee.api.chat.KeybindComponent
- equals(Object) - Method in class net.md_5.bungee.api.chat.ScoreComponent
- equals(Object) - Method in class net.md_5.bungee.api.chat.SelectorComponent
- equals(Object) - Method in class net.md_5.bungee.api.chat.TextComponent
- equals(Object) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
- equals(Object) - Method in class net.md_5.bungee.api.ChatColor
- equals(Object) - Method in class net.md_5.bungee.chat.TranslationRegistry
- event(ClickEvent) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the click event for the current part.
- event(HoverEvent) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the hover event for the current part.
- EVENTS - Enum constant in enum net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Specify that we want the events retained from the previous component.
F
- font(String) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the font of the current part.
- FORMATTING - Enum constant in enum net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Specify that we want the formatting retained from the previous component.
- FORWARD - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- fromLegacyText(String) - Static method in class net.md_5.bungee.api.chat.TextComponent
-
Converts the old formatting system that used
ChatColor.COLOR_CHAR
into the new json based system. - fromLegacyText(String, ChatColor) - Static method in class net.md_5.bungee.api.chat.TextComponent
-
Converts the old formatting system that used
ChatColor.COLOR_CHAR
into the new json based system. - FULLSCREEN - Static variable in interface net.md_5.bungee.api.chat.Keybinds
G
- 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
-
Gets the appropriate
Content
class for anHoverEvent.Action
for the GSON serialization - 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.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.
- 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
- getNamedColors() - Static method in class net.md_5.bungee.api.ChatColor
-
Returns the named colors.
- 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.
- 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.
- 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.
H
- hasFormatting() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether the component has any formatting or events applied to it
- hashCode() - Method in class net.md_5.bungee.api.chat.BaseComponent
- hashCode() - Method in class net.md_5.bungee.api.chat.ClickEvent
- hashCode() - Method in class net.md_5.bungee.api.chat.hover.content.Content
- hashCode() - Method in class net.md_5.bungee.api.chat.hover.content.Entity
- hashCode() - Method in class net.md_5.bungee.api.chat.hover.content.Item
- hashCode() - Method in class net.md_5.bungee.api.chat.hover.content.Text
- hashCode() - Method in class net.md_5.bungee.api.chat.HoverEvent
- hashCode() - Method in class net.md_5.bungee.api.chat.ItemTag
- hashCode() - Method in class net.md_5.bungee.api.chat.KeybindComponent
- hashCode() - Method in class net.md_5.bungee.api.chat.ScoreComponent
- hashCode() - Method in class net.md_5.bungee.api.chat.SelectorComponent
- hashCode() - Method in class net.md_5.bungee.api.chat.TextComponent
- hashCode() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
- hashCode() - Method in class net.md_5.bungee.api.ChatColor
- hashCode() - Method in class net.md_5.bungee.chat.TranslationRegistry
- HOTBAR_1 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_2 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_3 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_4 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_5 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_6 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_7 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_8 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HOTBAR_9 - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- HoverEvent - Class in net.md_5.bungee.api.chat
- HoverEvent(HoverEvent.Action, List<Content>) - Constructor for class net.md_5.bungee.api.chat.HoverEvent
- HoverEvent(HoverEvent.Action, BaseComponent[]) - Constructor for class net.md_5.bungee.api.chat.HoverEvent
-
Deprecated.
- HoverEvent(HoverEvent.Action, Content...) - Constructor for class net.md_5.bungee.api.chat.HoverEvent
-
Creates event with an action and a list of contents.
- HoverEvent.Action - Enum in net.md_5.bungee.api.chat
I
- 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.
- isBoldRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is bold without checking the parents setting.
- isItalic() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is italic.
- isItalicRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is italic without checking the parents setting.
- 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.
- isObfuscatedRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is obfuscated without checking the parents setting.
- 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.
- isStrikethroughRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is strikethrough without checking the parents setting.
- isUnderlined() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is underlined.
- isUnderlinedRaw() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Returns whether this component is underlined without checking the parents setting.
- italic(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets whether the current part is italic.
- 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
-
Metadata for use in conjunction with
HoverEvent.Action.SHOW_ITEM
- ItemTag.Serializer - Class in net.md_5.bungee.api.chat
J
- join(ComponentBuilder, ComponentBuilder.FormatRetention) - Method in interface net.md_5.bungee.api.chat.ComponentBuilder.Joiner
-
Joins additional components to the provided
ComponentBuilder
and then returns it to fulfill a chain pattern. - JUMP - Static variable in interface net.md_5.bungee.api.chat.Keybinds
K
- KeybindComponent - Class in net.md_5.bungee.api.chat
- KeybindComponent() - Constructor for class net.md_5.bungee.api.chat.KeybindComponent
- KeybindComponent(String) - Constructor for class net.md_5.bungee.api.chat.KeybindComponent
-
Creates a keybind component with the passed internal keybind value.
- KeybindComponent(KeybindComponent) - Constructor for class net.md_5.bungee.api.chat.KeybindComponent
-
Creates a keybind component from the original to clone it.
- KeybindComponentSerializer - Class in net.md_5.bungee.chat
- KeybindComponentSerializer() - Constructor for class net.md_5.bungee.chat.KeybindComponentSerializer
- Keybinds - Interface in net.md_5.bungee.api.chat
-
All keybind values supported by vanilla Minecraft.
L
- LEFT - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- LIGHT_PURPLE - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents light purple.
- LOAD_TOOLBAR_ACTIVATOR - Static variable in interface net.md_5.bungee.api.chat.Keybinds
M
- MAGIC - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents magical characters that change around randomly.
N
- name() - Method in class net.md_5.bungee.api.ChatColor
-
Deprecated.holdover from when this class was an enum
- net.md_5.bungee.api - package net.md_5.bungee.api
- net.md_5.bungee.api.chat - package net.md_5.bungee.api.chat
- net.md_5.bungee.api.chat.hover.content - package net.md_5.bungee.api.chat.hover.content
- net.md_5.bungee.chat - package net.md_5.bungee.chat
- NONE - Enum constant in enum net.md_5.bungee.api.chat.ComponentBuilder.FormatRetention
-
Specify that we do not want to retain anything from the previous component.
O
- obfuscated(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets whether the current part is obfuscated.
- of(Color) - Static method in class net.md_5.bungee.api.ChatColor
- of(String) - Static method in class net.md_5.bungee.api.ChatColor
- ofNbt(String) - Static method in class net.md_5.bungee.api.chat.ItemTag
- OPEN_FILE - Enum constant in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Open a file at the path given by
ClickEvent.value
. - OPEN_URL - Enum constant in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Open a url at the path given by
ClickEvent.value
. - ordinal() - Method in class net.md_5.bungee.api.ChatColor
-
Deprecated.holdover from when this class was an enum
P
- parse(JsonReader) - Static method in class net.md_5.bungee.chat.ComponentSerializer
- parse(String) - Static method in class net.md_5.bungee.chat.ComponentSerializer
- PICK_ITEM - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- PLAYERLIST - Static variable in interface net.md_5.bungee.api.chat.Keybinds
R
- RED - Static variable in class net.md_5.bungee.api.ChatColor
-
Represents red.
- removeComponent(int) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Remove the component part at the position of given index.
- requiredAction() - Method in class net.md_5.bungee.api.chat.hover.content.Content
-
Required action for this content type.
- requiredAction() - Method in class net.md_5.bungee.api.chat.hover.content.Entity
- requiredAction() - Method in class net.md_5.bungee.api.chat.hover.content.Item
- requiredAction() - Method in class net.md_5.bungee.api.chat.hover.content.Text
- reset() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets the current part back to normal settings.
- RESET - Static variable in class net.md_5.bungee.api.ChatColor
-
Resets all previous chat colors or formats.
- resetCursor() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Resets the cursor to index of the last element.
- retain(ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Retains only the specified formatting.
- retain(ComponentBuilder.FormatRetention) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Retains only the specified formatting.
- RIGHT - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- RUN_COMMAND - Enum constant in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Run the command given by
ClickEvent.value
.
S
- 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(String, String, String) - Constructor for class net.md_5.bungee.api.chat.ScoreComponent
- ScoreComponent(ScoreComponent) - Constructor for class net.md_5.bungee.api.chat.ScoreComponent
-
Creates a score component from the original to clone it.
- 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(String) - Constructor for class net.md_5.bungee.api.chat.SelectorComponent
- SelectorComponent(SelectorComponent) - Constructor for class net.md_5.bungee.api.chat.SelectorComponent
-
Creates a selector component from the original to clone it.
- 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(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(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
-
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)
- 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
-
The font of this component and any child components (unless overridden)
- 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
-
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.
- setLegacy(boolean) - Method in class net.md_5.bungee.api.chat.HoverEvent
-
Returns whether this hover event is prior to 1.16
- setName(String) - Method in class net.md_5.bungee.api.chat.ScoreComponent
-
The name of the entity whose score should be displayed.
- setName(BaseComponent) - Method in class net.md_5.bungee.api.chat.hover.content.Entity
-
Name to display as the entity.
- 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.
- 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.
- setStrikethrough(Boolean) - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Whether this component and any child components (unless overridden) is strikethrough
- 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
-
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.
- SHOW_ACHIEVEMENT - Enum constant in enum net.md_5.bungee.api.chat.HoverEvent.Action
-
Deprecated.
- SHOW_ENTITY - Enum constant in enum net.md_5.bungee.api.chat.HoverEvent.Action
- SHOW_ITEM - Enum constant in enum net.md_5.bungee.api.chat.HoverEvent.Action
- SHOW_TEXT - Enum constant in enum net.md_5.bungee.api.chat.HoverEvent.Action
- 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 - 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
- SUGGEST_COMMAND - Enum constant in enum net.md_5.bungee.api.chat.ClickEvent.Action
-
Inserts the string given by
ClickEvent.value
into the player's text box. - SWAP_HANDS - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- SYSTEM - Enum constant in enum net.md_5.bungee.api.ChatMessageType
T
- Text - Class in net.md_5.bungee.api.chat.hover.content
- Text(String) - Constructor for class net.md_5.bungee.api.chat.hover.content.Text
- Text(BaseComponent[]) - Constructor for class net.md_5.bungee.api.chat.hover.content.Text
- TextComponent - Class in net.md_5.bungee.api.chat
- TextComponent() - Constructor for class net.md_5.bungee.api.chat.TextComponent
-
Creates a TextComponent with blank text.
- TextComponent(String) - Constructor for class net.md_5.bungee.api.chat.TextComponent
- TextComponent(BaseComponent...) - Constructor for class net.md_5.bungee.api.chat.TextComponent
-
Creates a TextComponent with blank text and the extras set to the passed array
- TextComponent(TextComponent) - Constructor for class net.md_5.bungee.api.chat.TextComponent
-
Creates a TextComponent with formatting and text from the passed component
- TextComponentSerializer - Class in net.md_5.bungee.chat
- TextComponentSerializer() - Constructor for class net.md_5.bungee.chat.TextComponentSerializer
- TextSerializer - Class in net.md_5.bungee.api.chat.hover.content
- TextSerializer() - Constructor for class net.md_5.bungee.api.chat.hover.content.TextSerializer
- TOGGLE_PERSPECTIVE - Static variable in interface net.md_5.bungee.api.chat.Keybinds
- toLegacyText() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Converts the component to a string that uses the old formatting codes (
ChatColor.COLOR_CHAR
- toLegacyText(StringBuilder) - Method in class net.md_5.bungee.api.chat.KeybindComponent
- toLegacyText(StringBuilder) - Method in class net.md_5.bungee.api.chat.ScoreComponent
- toLegacyText(StringBuilder) - Method in class net.md_5.bungee.api.chat.SelectorComponent
- toLegacyText(StringBuilder) - Method in class net.md_5.bungee.api.chat.TextComponent
- toLegacyText(StringBuilder) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
- toLegacyText(BaseComponent...) - Static method in class net.md_5.bungee.api.chat.BaseComponent
-
Converts the components to a string that uses the old formatting codes (
ChatColor.COLOR_CHAR
- toPlainText() - Method in class net.md_5.bungee.api.chat.BaseComponent
-
Converts the component into a string without any formatting
- toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.KeybindComponent
- toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.ScoreComponent
- toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.SelectorComponent
- toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.TextComponent
- toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
- toPlainText(BaseComponent...) - Static method in class net.md_5.bungee.api.chat.BaseComponent
-
Converts the components into a string without any formatting
- toString() - Method in class net.md_5.bungee.api.chat.BaseComponent
- toString() - Method in class net.md_5.bungee.api.chat.ClickEvent
- toString() - Method in class net.md_5.bungee.api.chat.hover.content.Content
- toString() - Method in class net.md_5.bungee.api.chat.hover.content.Entity
- toString() - Method in class net.md_5.bungee.api.chat.hover.content.Item
- toString() - Method in class net.md_5.bungee.api.chat.hover.content.Text
- toString() - Method in class net.md_5.bungee.api.chat.HoverEvent
- toString() - Method in class net.md_5.bungee.api.chat.ItemTag
- toString() - Method in class net.md_5.bungee.api.chat.KeybindComponent
- toString() - Method in class net.md_5.bungee.api.chat.ScoreComponent
- toString() - Method in class net.md_5.bungee.api.chat.SelectorComponent
- toString() - Method in class net.md_5.bungee.api.chat.TextComponent
- toString() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
- toString() - Method in class net.md_5.bungee.api.ChatColor
- toString() - Method in class net.md_5.bungee.chat.TranslationRegistry
- toString(Object) - Static method in class net.md_5.bungee.chat.ComponentSerializer
- toString(BaseComponent) - Static method in class net.md_5.bungee.chat.ComponentSerializer
- toString(BaseComponent...) - Static method in class net.md_5.bungee.chat.ComponentSerializer
- TranslatableComponent - Class in net.md_5.bungee.api.chat
- TranslatableComponent() - Constructor for class net.md_5.bungee.api.chat.TranslatableComponent
- TranslatableComponent(String, Object...) - Constructor for class net.md_5.bungee.api.chat.TranslatableComponent
-
Creates a translatable component with the passed substitutions
- TranslatableComponent(TranslatableComponent) - Constructor for class net.md_5.bungee.api.chat.TranslatableComponent
-
Creates a translatable component from the original to clone it.
- TranslatableComponentSerializer - Class in net.md_5.bungee.chat
- TranslatableComponentSerializer() - Constructor for class net.md_5.bungee.chat.TranslatableComponentSerializer
- translate(String) - Method in class net.md_5.bungee.chat.TranslationRegistry
- translateAlternateColorCodes(char, String) - Static method in class net.md_5.bungee.api.ChatColor
- TranslationRegistry - Class in net.md_5.bungee.chat
U
- UNDERLINE - Static variable in class net.md_5.bungee.api.ChatColor
-
Makes the text appear underlined.
- underlined(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
-
Sets whether the current part is underlined.
- USE - Static variable in interface net.md_5.bungee.api.chat.Keybinds
V
- 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 class net.md_5.bungee.api.ChatColor
-
Deprecated.holdover from when this class was an enum
- 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 class net.md_5.bungee.api.ChatColor
-
Deprecated.holdover from when this class was an enum
- 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.
W
Y
A B C D E F G H I J K L M N O P R S T U V W YAll Classes and Interfaces|All Packages|Constant Field Values