public class ExpandTextComponent
extends java.lang.Object
| Constructor and Description |
|---|
ExpandTextComponent() |
| Modifier and Type | Method and Description |
|---|---|
static crafttweaker.api.text.ITextComponent |
fromData(crafttweaker.api.data.IData data) |
static crafttweaker.api.text.ITextComponent |
fromString(java.lang.String s) |
static crafttweaker.api.text.ITextComponent |
fromTranslation(java.lang.String translationKey) |
static crafttweaker.api.text.ITextComponent |
fromTranslation(java.lang.String translationKey,
java.lang.Object... args) |
public static crafttweaker.api.text.ITextComponent fromString(java.lang.String s)
public static crafttweaker.api.text.ITextComponent fromTranslation(java.lang.String translationKey)
public static crafttweaker.api.text.ITextComponent fromTranslation(java.lang.String translationKey,
java.lang.Object... args)
public static crafttweaker.api.text.ITextComponent fromData(crafttweaker.api.data.IData data)