public class StringNbtWriter extends Object implements class_5627
| Modifier and Type | Field and Description |
|---|---|
private StringBuilder |
result |
private static Pattern |
SIMPLE_NAME |
| Constructor and Description |
|---|
StringNbtWriter() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(Tag tag) |
protected static String |
escapeName(String name) |
void |
method_32290(ByteArrayTag byteArrayTag) |
void |
method_32291(ByteTag byteTag) |
void |
method_32292(CompoundTag compoundTag) |
void |
method_32293(DoubleTag doubleTag) |
void |
method_32294(EndTag endTag) |
void |
method_32295(FloatTag floatTag) |
void |
method_32296(IntArrayTag intArrayTag) |
void |
method_32297(IntTag intTag) |
void |
method_32298(ListTag listTag) |
void |
method_32299(LongArrayTag longArrayTag) |
void |
method_32300(LongTag longTag) |
void |
method_32301(ShortTag shortTag) |
void |
method_32302(StringTag stringTag) |
private static final Pattern SIMPLE_NAME
private final StringBuilder result
public void method_32302(StringTag stringTag)
method_32302 in interface class_5627public void method_32291(ByteTag byteTag)
method_32291 in interface class_5627public void method_32301(ShortTag shortTag)
method_32301 in interface class_5627public void method_32297(IntTag intTag)
method_32297 in interface class_5627public void method_32300(LongTag longTag)
method_32300 in interface class_5627public void method_32295(FloatTag floatTag)
method_32295 in interface class_5627public void method_32293(DoubleTag doubleTag)
method_32293 in interface class_5627public void method_32290(ByteArrayTag byteArrayTag)
method_32290 in interface class_5627public void method_32296(IntArrayTag intArrayTag)
method_32296 in interface class_5627public void method_32299(LongArrayTag longArrayTag)
method_32299 in interface class_5627public void method_32298(ListTag listTag)
method_32298 in interface class_5627public void method_32292(CompoundTag compoundTag)
method_32292 in interface class_5627public void method_32294(EndTag endTag)
method_32294 in interface class_5627