类 KeybindComponent
java.lang.Object
net.md_5.bungee.api.chat.BaseComponent
net.md_5.bungee.api.chat.KeybindComponent
-
嵌套类概要
从类继承的嵌套类/接口 net.md_5.bungee.api.chat.BaseComponent
BaseComponent.LimitedStringVisitor, BaseComponent.StringVisitor
-
构造器概要
构造器构造器说明KeybindComponent
(String keybind) Creates a keybind component with the passed internal keybind value.KeybindComponent
(KeybindComponent original) Creates a keybind component from the original to clone it. -
方法概要
修饰符和类型方法说明Clones the BaseComponent and returns the clone.protected void
toLegacyText
(BaseComponent.StringVisitor builder) protected void
toPlainText
(BaseComponent.StringVisitor builder) 从类继承的方法 net.md_5.bungee.api.chat.BaseComponent
addExtra, addExtra, applyStyle, copyFormatting, copyFormatting, copyFormatting, duplicateWithoutFormatting, getColor, getColorRaw, getFont, getFontRaw, getShadowColor, getShadowColorRaw, hasFormatting, hasStyle, isBold, isBoldRaw, isItalic, isItalicRaw, isObfuscated, isObfuscatedRaw, isStrikethrough, isStrikethroughRaw, isUnderlined, isUnderlinedRaw, retain, setBold, setColor, setExtra, setFont, setItalic, setObfuscated, setShadowColor, setStrikethrough, setStyle, setUnderlined, toLegacyText, toLegacyText, toPlainText, toPlainText
-
构造器详细资料
-
KeybindComponent
Creates a keybind component from the original to clone it.- 参数:
original
- the original for the new keybind component.
-
KeybindComponent
Creates a keybind component with the passed internal keybind value.- 参数:
keybind
- the keybind value- 另请参阅:
-
-
方法详细资料
-
duplicate
从类复制的说明:BaseComponent
Clones the BaseComponent and returns the clone.- 指定者:
duplicate
在类中BaseComponent
- 返回:
- The duplicate of this BaseComponent
-
toPlainText
-
toLegacyText
-