A B C D E F G H I 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.
ALL_CODES - Static variable in enum 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.

B

BaseComponent - Class in net.md_5.bungee.api.chat
 
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

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() - 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.
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.FormatRetention - Enum in net.md_5.bungee.api.chat
 
ComponentSerializer - Class in net.md_5.bungee.chat
 
ComponentSerializer() - Constructor for class net.md_5.bungee.chat.ComponentSerializer
 
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.TextComponentSerializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.md_5.bungee.chat.TranslatableComponentSerializer
 
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.TextComponent
Creates a duplicate of this TextComponent.
duplicate() - Method in class net.md_5.bungee.api.chat.TranslatableComponent
Creates a duplicate of this TranslatableComponent.

E

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

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.

G

getByChar(char) - Static method in enum net.md_5.bungee.api.ChatColor
Get the colour represented by the specified code.
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.

H

hasFormatting() - Method in class net.md_5.bungee.api.chat.BaseComponent
Returns whether the component has any formatting or events applied to it
HoverEvent - Class in net.md_5.bungee.api.chat
 
HoverEvent() - 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.
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.

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
 

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.ComponentBuilder
Retains only the specified formatting.

S

serialize(JsonObject, BaseComponent, JsonSerializationContext) - Method in class net.md_5.bungee.chat.BaseComponentSerializer
 
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
 
setExtra(List<BaseComponent>) - Method in class net.md_5.bungee.api.chat.BaseComponent
 
setWith(List<BaseComponent>) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
Sets the translation substitutions to be used in this component.
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

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
TextComponentSerializer - Class in net.md_5.bungee.chat
 
TextComponentSerializer() - Constructor for class net.md_5.bungee.chat.TextComponentSerializer
 
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.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.TextComponent
 
toPlainText(StringBuilder) - Method in class net.md_5.bungee.api.chat.TranslatableComponent
 
toString() - Method in class net.md_5.bungee.api.chat.TextComponent
 
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
 
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
TranslatableComponentSerializer - Class in net.md_5.bungee.chat
 
TranslatableComponentSerializer() - Constructor for class net.md_5.bungee.chat.TranslatableComponentSerializer
 
translateAlternateColorCodes(char, String) - Static method in enum net.md_5.bungee.api.ChatColor
 

U

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

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 N O P R S T U V 

Copyright © 2012-2016 SpigotMC. All Rights Reserved.