Class NBTHelper
java.lang.Object
me.ranzeplay.messagechain.nbtutils.NBTHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tdeserialize(net.minecraft.nbt.NbtCompound nbt, Class<T> targetType) static <T> net.minecraft.nbt.NbtCompoundserialize(T source)
-
Constructor Details
-
NBTHelper
public NBTHelper()
-
-
Method Details
-
serialize
public static <T> net.minecraft.nbt.NbtCompound serialize(T source) -
deserialize
-