Skip navigation links
A B C D E F G H I J K L N O P R S T U V 

A

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 enum 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(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
Allows joining additional components to this builder using the given ComponentBuilder.Joiner and ComponentBuilder.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.
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
 
BaseComponentSerializer - Class in net.md_5.bungee.chat
 
BaseComponentSerializer() - Constructor for class net.md_5.bungee.chat.BaseComponentSerializer
 
bold(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
Sets whether the current part is 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.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
 
CHAT - Static variable in interface net.md_5.bungee.api.chat.Keybinds
 
ChatColor - Enum 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 enum 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(ComponentBuilder) - Constructor for class net.md_5.bungee.api.chat.ComponentBuilder
Creates a ComponentBuilder from the other given ComponentBuilder to clone it.
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.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
 
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.

D

deserialize(JsonObject, BaseComponent, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.BaseComponentSerializer
 
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
 
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

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.HoverEvent
 
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.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.

F

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
 
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

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.HoverEvent
 
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.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, BaseComponent[]) - Constructor for class net.md_5.bungee.api.chat.HoverEvent
 
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.
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.
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.

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(KeybindComponent) - Constructor for class net.md_5.bungee.api.chat.KeybindComponent
Creates a keybind component from the original to clone it.
KeybindComponent(String) - Constructor for class net.md_5.bungee.api.chat.KeybindComponent
Creates a keybind component with the passed internal keybind value.
KeybindComponent() - Constructor for class net.md_5.bungee.api.chat.KeybindComponent
 
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
 
LOAD_TOOLBAR_ACTIVATOR - Static variable in interface net.md_5.bungee.api.chat.Keybinds
 

N

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.chat - package net.md_5.bungee.chat
 

O

obfuscated(boolean) - Method in class net.md_5.bungee.api.chat.ComponentBuilder
Sets whether the current part is obfuscated.

P

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

reset() - Method in class net.md_5.bungee.api.chat.ComponentBuilder
Sets the current part back to normal settings.
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
 

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(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
 

T

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(TextComponent) - Constructor for class net.md_5.bungee.api.chat.TextComponent
Creates a TextComponent with formatting and text from the passed component
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(String) - Constructor for class net.md_5.bungee.api.chat.TextComponent
 
TextComponentSerializer - Class in net.md_5.bungee.chat
 
TextComponentSerializer() - Constructor for class net.md_5.bungee.chat.TextComponentSerializer
 
TOGGLE_PERSPECTIVE - Static variable in interface net.md_5.bungee.api.chat.Keybinds
 
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
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
 
toPlainText(BaseComponent...) - Static method in class net.md_5.bungee.api.chat.BaseComponent
Converts the components into a string without any formatting
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.TextComponent
 
toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
 
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.HoverEvent
 
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 enum net.md_5.bungee.api.ChatColor
 
toString(BaseComponent) - Static method in class net.md_5.bungee.chat.ComponentSerializer
 
toString(BaseComponent...) - Static method in class net.md_5.bungee.chat.ComponentSerializer
 
toString() - Method in class net.md_5.bungee.chat.TranslationRegistry
 
TranslatableComponent - Class in net.md_5.bungee.api.chat
 
TranslatableComponent(TranslatableComponent) - Constructor for class net.md_5.bungee.api.chat.TranslatableComponent
Creates a translatable component from the original to clone it.
TranslatableComponent(String, Object...) - Constructor for class net.md_5.bungee.api.chat.TranslatableComponent
Creates a translatable component with the passed substitutions
TranslatableComponent() - Constructor for class net.md_5.bungee.api.chat.TranslatableComponent
 
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 enum net.md_5.bungee.api.ChatColor
 
TranslationRegistry - Class in net.md_5.bungee.chat
 

U

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 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.
A B C D E F G H I J K L N O P R S T U V 
Skip navigation links

Copyright © 2015–2019 WaterfallMC. All rights reserved.