Package net.minecraft.nbt.visitor
Class StringNbtWriter
java.lang.Object
net.minecraft.nbt.visitor.StringNbtWriter
- All Implemented Interfaces:
class_5627
public class StringNbtWriter extends Object implements class_5627
-
Field Summary
Fields Modifier and Type Field Description private StringBuilderresultprivate static PatternSIMPLE_NAME -
Constructor Summary
Constructors Constructor Description StringNbtWriter() -
Method Summary
Modifier and Type Method Description Stringapply(Tag tag)protected static StringescapeName(String name)voidmethod_32290(ByteArrayTag byteArrayTag)voidmethod_32291(ByteTag byteTag)voidmethod_32292(CompoundTag compoundTag)voidmethod_32293(DoubleTag doubleTag)voidmethod_32294(EndTag endTag)voidmethod_32295(FloatTag floatTag)voidmethod_32296(IntArrayTag intArrayTag)voidmethod_32297(IntTag intTag)voidmethod_32298(ListTag listTag)voidmethod_32299(LongArrayTag longArrayTag)voidmethod_32300(LongTag longTag)voidmethod_32301(ShortTag shortTag)voidmethod_32302(StringTag stringTag)
-
Field Details
-
SIMPLE_NAME
-
result
-
-
Constructor Details
-
StringNbtWriter
public StringNbtWriter()
-
-
Method Details
-
apply
-
method_32302
- Specified by:
method_32302in interfaceclass_5627
-
method_32291
- Specified by:
method_32291in interfaceclass_5627
-
method_32301
- Specified by:
method_32301in interfaceclass_5627
-
method_32297
- Specified by:
method_32297in interfaceclass_5627
-
method_32300
- Specified by:
method_32300in interfaceclass_5627
-
method_32295
- Specified by:
method_32295in interfaceclass_5627
-
method_32293
- Specified by:
method_32293in interfaceclass_5627
-
method_32290
- Specified by:
method_32290in interfaceclass_5627
-
method_32296
- Specified by:
method_32296in interfaceclass_5627
-
method_32299
- Specified by:
method_32299in interfaceclass_5627
-
method_32298
- Specified by:
method_32298in interfaceclass_5627
-
method_32292
- Specified by:
method_32292in interfaceclass_5627
-
escapeName
-
method_32294
- Specified by:
method_32294in interfaceclass_5627
-