public interface INBT
Modifier and Type | Field and Description |
---|---|
static TextFormatting |
SYNTAX_HIGHLIGHTING_KEY |
static TextFormatting |
SYNTAX_HIGHLIGHTING_NUMBER |
static TextFormatting |
SYNTAX_HIGHLIGHTING_NUMBER_TYPE |
static TextFormatting |
SYNTAX_HIGHLIGHTING_STRING |
Modifier and Type | Method and Description |
---|---|
INBT |
copy() |
byte |
getId() |
default java.lang.String |
getString() |
INBTType<?> |
getType() |
default ITextComponent |
toFormattedComponent() |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
void |
write(java.io.DataOutput output) |
static final TextFormatting SYNTAX_HIGHLIGHTING_KEY
static final TextFormatting SYNTAX_HIGHLIGHTING_STRING
static final TextFormatting SYNTAX_HIGHLIGHTING_NUMBER
static final TextFormatting SYNTAX_HIGHLIGHTING_NUMBER_TYPE
void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
java.lang.String toString()
toString
in class java.lang.Object
byte getId()
INBTType<?> getType()
INBT copy()
default java.lang.String getString()
default ITextComponent toFormattedComponent()
ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)