Package net.minecraft.nbt
Class EndNBT
- java.lang.Object
-
- net.minecraft.nbt.EndNBT
-
-
Field Summary
Fields Modifier and Type Field Description static EndNBTINSTANCEstatic INBTType<EndNBT>TYPE-
Fields inherited from interface net.minecraft.nbt.INBT
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEndNBT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndNBTcopy()bytegetId()ITextComponentgetPrettyDisplay(java.lang.String p_199850_1_, int p_199850_2_)INBTType<EndNBT>getType()java.lang.StringtoString()voidwrite(java.io.DataOutput p_74734_1_)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.minecraft.nbt.INBT
getAsString, getPrettyDisplay
-
-
-
-
Method Detail
-
write
public void write(java.io.DataOutput p_74734_1_) throws java.io.IOException
-
toString
public java.lang.String toString()
-
getPrettyDisplay
public ITextComponent getPrettyDisplay(java.lang.String p_199850_1_, int p_199850_2_)
- Specified by:
getPrettyDisplayin interfaceINBT
-
-