public class NbtTextSerializer_v1_20_3 extends java.lang.Object implements ITypedSerializer<net.lenni0451.mcstructs.nbt.INbtTag,ATextComponent>
| Constructor and Description |
|---|
NbtTextSerializer_v1_20_3(TextComponentCodec codec,
net.lenni0451.mcstructs.snbt.SNbtSerializer<net.lenni0451.mcstructs.nbt.tags.CompoundTag> sNbtSerializer) |
| Modifier and Type | Method and Description |
|---|---|
ATextComponent |
deserialize(net.lenni0451.mcstructs.nbt.INbtTag object) |
net.lenni0451.mcstructs.nbt.INbtTag |
serialize(ATextComponent object) |
public NbtTextSerializer_v1_20_3(TextComponentCodec codec, net.lenni0451.mcstructs.snbt.SNbtSerializer<net.lenni0451.mcstructs.nbt.tags.CompoundTag> sNbtSerializer)
public net.lenni0451.mcstructs.nbt.INbtTag serialize(ATextComponent object)
serialize in interface ITypedSerializer<net.lenni0451.mcstructs.nbt.INbtTag,ATextComponent>public ATextComponent deserialize(net.lenni0451.mcstructs.nbt.INbtTag object)
deserialize in interface ITypedSerializer<net.lenni0451.mcstructs.nbt.INbtTag,ATextComponent>