修飾子とタイプ | フィールドと説明 |
---|---|
static ByteNBT |
ONE |
static INBTType<ByteNBT> |
TYPE |
static ByteNBT |
ZERO |
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
修飾子とタイプ | メソッドと説明 |
---|---|
ByteNBT |
copy()
Creates a clone of the tag.
|
boolean |
equals(java.lang.Object p_equals_1_) |
java.lang.Number |
getAsNumber() |
byte |
getByte() |
double |
getDouble() |
float |
getFloat() |
byte |
getId()
Gets the type byte for the tag.
|
int |
getInt() |
long |
getLong() |
short |
getShort() |
INBTType<ByteNBT> |
getType() |
int |
hashCode() |
ITextComponent |
toFormattedComponent(java.lang.String indentation,
int indentDepth) |
java.lang.String |
toString() |
static ByteNBT |
valueOf(boolean p_229672_0_) |
static ByteNBT |
valueOf(byte p_229671_0_) |
void |
write(java.io.DataOutput output)
Write the actual data contents of the tag, implemented in NBT extension classes
|
getString, toFormattedComponent
public static ByteNBT valueOf(byte p_229671_0_)
public static ByteNBT valueOf(boolean p_229672_0_)
public void write(java.io.DataOutput output) throws java.io.IOException
java.io.IOException
public byte getId()
public java.lang.String toString()
public ByteNBT copy()
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)
public java.lang.Number getAsNumber()
getAsNumber
クラス内 NumberNBT