Class NBTHelper
java.lang.Object
com.stereowalker.unionlib.util.NBTHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.nbt.ListTagnewDoubleNBTList(double... numbers) creates a NBT list from the array of doubles passed to this function
-
Constructor Details
-
NBTHelper
public NBTHelper()
-
-
Method Details
-
newDoubleNBTList
public static net.minecraft.nbt.ListTag newDoubleNBTList(double... numbers) creates a NBT list from the array of doubles passed to this function
-