public interface INBT
修飾子とタイプ | フィールドと説明 |
---|---|
static TextFormatting |
SYNTAX_HIGHLIGHTING_KEY |
static TextFormatting |
SYNTAX_HIGHLIGHTING_NUMBER |
static TextFormatting |
SYNTAX_HIGHLIGHTING_NUMBER_TYPE |
static TextFormatting |
SYNTAX_HIGHLIGHTING_STRING |
修飾子とタイプ | メソッドと説明 |
---|---|
INBT |
copy()
Creates a clone of the tag.
|
byte |
getId()
Gets the type byte for the tag.
|
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)
Write the actual data contents of the tag, implemented in NBT extension classes
|
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
クラス内 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)