| Method and Description |
|---|
| net.md_5.bungee.api.chat.BaseComponent.duplicateWithoutFormatting()
API use discouraged, use traditional duplicate
|
net.md_5.bungee.api.chat.TextComponent.fromLegacyText(String)
TextComponent.fromLegacy(String) is preferred as it will
consolidate all components into a single BaseComponent with extra
contents as opposed to an array of components which is non-standard and
may result in unexpected behavior. |
net.md_5.bungee.api.chat.TextComponent.fromLegacyText(String, ChatColor)
TextComponent.fromLegacy(String, ChatColor) is preferred as it
will consolidate all components into a single BaseComponent with extra
contents as opposed to an array of components which is non-standard and
may result in unexpected behavior. |
| net.md_5.bungee.api.chat.HoverEvent.getValue() |
| net.md_5.bungee.api.ChatColor.name()
holdover from when this class was an enum
|
| net.md_5.bungee.api.ChatColor.ordinal()
holdover from when this class was an enum
|
| net.md_5.bungee.api.ChatColor.valueOf(String)
holdover from when this class was an enum
|
| net.md_5.bungee.api.ChatColor.values()
holdover from when this class was an enum
|
| Constructor and Description |
|---|
| net.md_5.bungee.api.chat.BaseComponent()
for use by internal classes only, will be removed.
|
| net.md_5.bungee.api.chat.HoverEvent(HoverEvent.Action, BaseComponent[]) |
| Enum Constant and Description |
|---|
| net.md_5.bungee.api.chat.HoverEvent.Action.SHOW_ACHIEVEMENT |
Copyright © 2012–2024 SpigotMC. All rights reserved.