| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static INBTType<DoubleNBT> | TYPE | 
| static DoubleNBT | ZERO | 
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| DoubleNBT | 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<DoubleNBT> | getType() | 
| int | hashCode() | 
| ITextComponent | toFormattedComponent(java.lang.String indentation,
                    int indentDepth) | 
| java.lang.String | toString() | 
| static DoubleNBT | valueOf(double p_229684_0_) | 
| void | write(java.io.DataOutput output)Write the actual data contents of the tag, implemented in NBT extension classes | 
getString, toFormattedComponentpublic static DoubleNBT valueOf(double p_229684_0_)
public void write(java.io.DataOutput output)
           throws java.io.IOException
java.io.IOExceptionpublic byte getId()
public java.lang.String toString()
public DoubleNBT copy()
public boolean equals(java.lang.Object p_equals_1_)
equals クラス内 java.lang.Objectpublic int hashCode()
hashCode クラス内 java.lang.Objectpublic ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
public java.lang.Number getAsNumber()
getAsNumber クラス内 NumberNBT