public abstract class NBTUtilForestry
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NBTUtilForestry.EnumNBTType |
static class |
NBTUtilForestry.NBTList<T extends net.minecraft.nbt.NBTBase> |
| Constructor and Description |
|---|
NBTUtilForestry() |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
getLongArray(net.minecraft.nbt.NBTBase nbt) |
static <T extends net.minecraft.nbt.NBTBase> |
getNBTList(net.minecraft.nbt.NBTTagCompound nbt,
java.lang.String tag,
NBTUtilForestry.EnumNBTType type) |
static void |
readStreamableFromNbt(IStreamable streamable,
net.minecraft.nbt.NBTTagCompound nbt) |
static net.minecraft.nbt.NBTTagCompound |
writeStreamableToNbt(IStreamable streamable,
net.minecraft.nbt.NBTTagCompound nbt) |
public static <T extends net.minecraft.nbt.NBTBase> NBTUtilForestry.NBTList<T> getNBTList(net.minecraft.nbt.NBTTagCompound nbt, java.lang.String tag, NBTUtilForestry.EnumNBTType type)
public static long[] getLongArray(net.minecraft.nbt.NBTBase nbt)
public static net.minecraft.nbt.NBTTagCompound writeStreamableToNbt(IStreamable streamable, net.minecraft.nbt.NBTTagCompound nbt)
public static void readStreamableFromNbt(IStreamable streamable, net.minecraft.nbt.NBTTagCompound nbt)