Package net.minecraft.nbt
Class EndNBT
java.lang.Object
net.minecraft.nbt.EndNBT
- All Implemented Interfaces:
INBT
-
Field Summary
FieldsFields inherited from interface net.minecraft.nbt.INBT
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()bytegetId()getPrettyDisplay(String p_199850_1_, int p_199850_2_) getType()toString()voidwrite(DataOutput p_74734_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.nbt.INBT
getAsString, getPrettyDisplay
-
Field Details
-
TYPE
-
INSTANCE
-
-
Constructor Details
-
EndNBT
private EndNBT()
-
-
Method Details
-
write
- Specified by:
writein interfaceINBT- Throws:
IOException
-
getId
public byte getId() -
getType
-
toString
-
copy
-
getPrettyDisplay
- Specified by:
getPrettyDisplayin interfaceINBT
-