public class NbtConverter_v1_21_5 extends NbtConverter_v1_20_3
| Modifier and Type | Field and Description |
|---|---|
static NbtConverter_v1_21_5 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
|
NbtConverter_v1_21_5() |
protected |
NbtConverter_v1_21_5(net.lenni0451.mcstructs.snbt.SNbt<net.lenni0451.mcstructs.nbt.tags.CompoundTag> sNbt) |
| Modifier and Type | Method and Description |
|---|---|
Result<net.lenni0451.mcstructs.nbt.NbtTag> |
mergeList(net.lenni0451.mcstructs.nbt.NbtTag list,
java.util.List<net.lenni0451.mcstructs.nbt.NbtTag> values) |
asBoolean, asByteArray, asIntArray, asList, asLongArray, asMap, asNumber, asString, asStringTypeMap, convertTo, createBoolean, createByte, createByteArray, createDouble, createFloat, createInt, createIntArray, createLong, createLongArray, createNumber, createShort, createString, createUnsafeMap, mergeMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertFrom, convertList, convertMap, createList, createMergedMap, empty, emptyList, emptyMap, fork, mergeList, mergeMap, mergeMap, toCodecpublic static final NbtConverter_v1_21_5 INSTANCE
public NbtConverter_v1_21_5()
protected NbtConverter_v1_21_5(net.lenni0451.mcstructs.snbt.SNbt<net.lenni0451.mcstructs.nbt.tags.CompoundTag> sNbt)
public Result<net.lenni0451.mcstructs.nbt.NbtTag> mergeList(@Nullable net.lenni0451.mcstructs.nbt.NbtTag list, java.util.List<net.lenni0451.mcstructs.nbt.NbtTag> values)
mergeList in interface DataConverter<net.lenni0451.mcstructs.nbt.NbtTag>mergeList in class NbtConverter_v1_20_3