修飾子とタイプ | フィールドと説明 |
---|---|
static INBTType<StringNBT> |
TYPE |
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
修飾子とタイプ | メソッドと説明 |
---|---|
StringNBT |
copy()
Creates a clone of the tag.
|
boolean |
equals(java.lang.Object p_equals_1_) |
byte |
getId()
Gets the type byte for the tag.
|
java.lang.String |
getString() |
INBTType<StringNBT> |
getType() |
int |
hashCode() |
static java.lang.String |
quoteAndEscape(java.lang.String p_197654_0_) |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
static StringNBT |
valueOf(java.lang.String p_229705_0_) |
void |
write(java.io.DataOutput output)
Write the actual data contents of the tag, implemented in NBT extension classes
|
toFormattedComponent
public static StringNBT valueOf(java.lang.String p_229705_0_)
public void write(java.io.DataOutput output) throws java.io.IOException
public java.lang.String toString()
public boolean equals(java.lang.Object p_equals_1_)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object
public ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
toFormattedComponent
インタフェース内 INBT
public static java.lang.String quoteAndEscape(java.lang.String p_197654_0_)