Package net.minecraft.nbt
Interface INBT
- All Known Implementing Classes:
ByteArrayNBT
,ByteNBT
,CollectionNBT
,CompoundNBT
,DoubleNBT
,EndNBT
,FloatNBT
,IntArrayNBT
,IntNBT
,ListNBT
,LongArrayNBT
,LongNBT
,NumberNBT
,ShortNBT
,StringNBT
public interface INBT
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TextFormatting
static final TextFormatting
static final TextFormatting
static final TextFormatting
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
default String
byte
getId()
default ITextComponent
getPrettyDisplay
(String p_199850_1_, int p_199850_2_) INBTType<?>
getType()
toString()
void
write
(DataOutput p_74734_1_)
-
Field Details
-
SYNTAX_HIGHLIGHTING_KEY
-
SYNTAX_HIGHLIGHTING_STRING
-
SYNTAX_HIGHLIGHTING_NUMBER
-
SYNTAX_HIGHLIGHTING_NUMBER_TYPE
-
-
Method Details