| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static EndNBT | INSTANCE | 
| static INBTType<EndNBT> | TYPE | 
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| EndNBT | copy()Creates a clone of the tag. | 
| byte | getId()Gets the type byte for the tag. | 
| INBTType<EndNBT> | getType() | 
| 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 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetString, toFormattedComponentpublic static final EndNBT INSTANCE
public void write(java.io.DataOutput output)
           throws java.io.IOException
public java.lang.String toString()
public ITextComponent toFormattedComponent(java.lang.String indentation, int indentDepth)
toFormattedComponent インタフェース内 INBT