public class TrackBuilderInventoryWrapper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TrackBuilderInventoryWrapper.Client |
static class |
TrackBuilderInventoryWrapper.Server |
Modifier and Type | Field and Description |
---|---|
protected int |
fuel |
protected net.minecraftforge.items.IItemHandler |
fuelInventory |
protected BlockTagItemStackHandler |
groundInventory |
protected TrackBuilderMode |
mode |
protected BlockTagItemStackHandler |
railInventory |
protected BlockTagItemStackHandler |
redstoneTorchInventory |
protected BlockTagItemStackHandler |
torchInventory |
protected BlockTagItemStackHandler |
tunnelInventory |
Modifier and Type | Method and Description |
---|---|
int |
getFuel() |
net.minecraftforge.items.IItemHandler |
getFuelInventory() |
BlockTagItemStackHandler |
getGroundInventory() |
TrackBuilderMode |
getMode() |
BlockTagItemStackHandler |
getRailInventory() |
BlockTagItemStackHandler |
getRedstoneTorchInventory() |
BlockTagItemStackHandler |
getTorchInventory() |
BlockTagItemStackHandler |
getTunnelInventory() |
void |
readItemStack() |
void |
setFuel(int fuel) |
void |
setMode(TrackBuilderMode mode) |
void |
writeItemStack() |
protected final BlockTagItemStackHandler railInventory
protected final BlockTagItemStackHandler groundInventory
protected final BlockTagItemStackHandler tunnelInventory
protected final BlockTagItemStackHandler redstoneTorchInventory
protected final BlockTagItemStackHandler torchInventory
protected final net.minecraftforge.items.IItemHandler fuelInventory
protected int fuel
protected TrackBuilderMode mode
public BlockTagItemStackHandler getRailInventory()
public BlockTagItemStackHandler getGroundInventory()
public BlockTagItemStackHandler getTunnelInventory()
public BlockTagItemStackHandler getRedstoneTorchInventory()
public BlockTagItemStackHandler getTorchInventory()
public net.minecraftforge.items.IItemHandler getFuelInventory()
public void readItemStack()
public void writeItemStack()
public int getFuel()
public void setFuel(int fuel)
public TrackBuilderMode getMode()
public void setMode(TrackBuilderMode mode)