public class MountedStorage
extends java.lang.Object
| Constructor and Description |
|---|
MountedStorage(net.minecraft.tileentity.TileEntity te) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStorageToWorld(net.minecraft.tileentity.TileEntity te) |
static boolean |
canUseAsStorage(net.minecraft.tileentity.TileEntity te) |
static MountedStorage |
deserialize(net.minecraft.nbt.CompoundNBT nbt) |
net.minecraftforge.items.IItemHandlerModifiable |
getItemHandler() |
boolean |
isValid() |
void |
removeStorageFromWorld() |
net.minecraft.nbt.CompoundNBT |
serialize() |
public static boolean canUseAsStorage(net.minecraft.tileentity.TileEntity te)
public void removeStorageFromWorld()
public void addStorageToWorld(net.minecraft.tileentity.TileEntity te)
public net.minecraftforge.items.IItemHandlerModifiable getItemHandler()
public net.minecraft.nbt.CompoundNBT serialize()
public static MountedStorage deserialize(net.minecraft.nbt.CompoundNBT nbt)
public boolean isValid()