Package com.wdiscute.starcatcher.io
Class NBTCodecHelper
java.lang.Object
com.wdiscute.starcatcher.io.NBTCodecHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tdecode(com.mojang.serialization.Codec<T> codec, net.minecraft.nbt.CompoundTag compoundTag, String name) static <T> Tdecode(com.mojang.serialization.Codec<T> codec, net.minecraft.nbt.CompoundTag compoundTag, String name, Supplier<T> orElse) static <T> voidencode(com.mojang.serialization.Codec<T> codec, T data, net.minecraft.nbt.CompoundTag compoundTag, String name)
-
Constructor Details
-
NBTCodecHelper
public NBTCodecHelper()
-
-
Method Details