类 TranslatableComponent
java.lang.Object
net.md_5.bungee.api.chat.BaseComponent
net.md_5.bungee.api.chat.TranslatableComponent
-
构造器概要
构造器构造器说明TranslatableComponent
(String translate, Object... with) Creates a translatable component with the passed substitutionsTranslatableComponent
(TranslatableComponent original) Creates a translatable component from the original to clone it. -
方法概要
修饰符和类型方法说明void
Adds a text substitution to the component.void
addWith
(BaseComponent component) Adds a component substitution to the component.protected boolean
Creates a duplicate of this TranslatableComponent.boolean
The key into the Minecraft locale files to use for the translation.getWith()
The components to substitute into the translationint
hashCode()
void
setTranslate
(String translate) The key into the Minecraft locale files to use for the translation.void
setWith
(List<BaseComponent> components) Sets the translation substitutions to be used in this component.protected void
toLegacyText
(StringBuilder builder) protected void
toPlainText
(StringBuilder builder) toString()
从类继承的方法 net.md_5.bungee.api.chat.BaseComponent
addExtra, addExtra, copyFormatting, copyFormatting, copyFormatting, duplicateWithoutFormatting, getClickEvent, getColor, getColorRaw, getExtra, getFont, getFontRaw, getHoverEvent, getInsertion, hasFormatting, isBold, isBoldRaw, isItalic, isItalicRaw, isObfuscated, isObfuscatedRaw, isStrikethrough, isStrikethroughRaw, isUnderlined, isUnderlinedRaw, retain, setBold, setClickEvent, setColor, setExtra, setFont, setHoverEvent, setInsertion, setItalic, setObfuscated, setStrikethrough, setUnderlined, toLegacyText, toLegacyText, toPlainText, toPlainText
-
构造器详细资料
-
TranslatableComponent
Creates a translatable component from the original to clone it.- 参数:
original
- the original for the new translatable component.
-
TranslatableComponent
Creates a translatable component with the passed substitutions- 参数:
translate
- the translation keywith
- theString
s andBaseComponent
s to use into the translation- 另请参阅:
-
translate
setWith(java.util.List)
-
TranslatableComponent
public TranslatableComponent()
-
-
方法详细资料
-
duplicate
Creates a duplicate of this TranslatableComponent.- 指定者:
duplicate
在类中BaseComponent
- 返回:
- the duplicate of this TranslatableComponent.
-
setWith
Sets the translation substitutions to be used in this component. Removes any previously set substitutions- 参数:
components
- the components to substitute
-
addWith
Adds a text substitution to the component. The text will inherit this component's formatting- 参数:
text
- the text to substitute
-
addWith
Adds a component substitution to the component. The text will inherit this component's formatting- 参数:
component
- the component to substitute
-
toPlainText
-
toLegacyText
-
getFormat
-
getTranslate
The key into the Minecraft locale files to use for the translation. The text depends on the client's locale setting. The console is always en_US -
getWith
The components to substitute into the translation -
setTranslate
The key into the Minecraft locale files to use for the translation. The text depends on the client's locale setting. The console is always en_US -
toString
- 覆盖:
toString
在类中BaseComponent
-
equals
- 覆盖:
equals
在类中BaseComponent
-
canEqual
- 覆盖:
canEqual
在类中BaseComponent
-
hashCode
public int hashCode()- 覆盖:
hashCode
在类中BaseComponent
-