public class ContainerEngineIron_BC8 extends ContainerBCTile<TileEngineIron_BC8>
Modifier and Type | Field and Description |
---|---|
WidgetFluidTank |
widgetTankCoolant |
WidgetFluidTank |
widgetTankFuel |
WidgetFluidTank |
widgetTankResidue |
tile
DEBUG, IDS, NET_DATA, NET_SET_PHANTOM, NET_SET_PHANTOM_MULTI, NET_WIDGET, player
Constructor and Description |
---|
ContainerEngineIron_BC8(net.minecraft.entity.player.EntityPlayer player,
TileEngineIron_BC8 engine) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.ItemStack |
transferStackInSlot(net.minecraft.entity.player.EntityPlayer player,
int index) |
canInteractWith, detectAndSendChanges, onContainerClosed
addFullPlayerInventory, addFullPlayerInventory, addWidget, getIdAllocator, getWidgets, readMessage, safeCopy, sendMessage, sendMessage, sendSetPhantomSlot, sendSetPhantomSlot, sendSetPhantomSlots, slotClick, writeMessage
addListener, addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, updateProgressBar
public final WidgetFluidTank widgetTankFuel
public final WidgetFluidTank widgetTankCoolant
public final WidgetFluidTank widgetTankResidue
public ContainerEngineIron_BC8(net.minecraft.entity.player.EntityPlayer player, TileEngineIron_BC8 engine)
public net.minecraft.item.ItemStack transferStackInSlot(net.minecraft.entity.player.EntityPlayer player, int index)
transferStackInSlot
in class ContainerBC_Neptune