public class ContainerBuilder extends ContainerBCTile<TileBuilder>
Modifier and Type | Field and Description |
---|---|
java.util.List<WidgetFluidTank> |
widgetTanks |
tile
DEBUG, IDS, NET_DATA, NET_SET_PHANTOM, NET_SET_PHANTOM_MULTI, NET_WIDGET, player
Constructor and Description |
---|
ContainerBuilder(net.minecraft.entity.player.EntityPlayer player,
TileBuilder tile) |
Modifier and Type | Method and Description |
---|---|
boolean |
canInteractWith(net.minecraft.entity.player.EntityPlayer player) |
detectAndSendChanges, onContainerClosed
addFullPlayerInventory, addFullPlayerInventory, addWidget, getIdAllocator, getWidgets, readMessage, safeCopy, sendMessage, sendMessage, sendSetPhantomSlot, sendSetPhantomSlot, sendSetPhantomSlots, slotClick, transferStackInSlot, writeMessage
addListener, addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, retrySlotClick, setAll, setCanCraft, updateProgressBar
public final java.util.List<WidgetFluidTank> widgetTanks
public ContainerBuilder(net.minecraft.entity.player.EntityPlayer player, TileBuilder tile)
public boolean canInteractWith(net.minecraft.entity.player.EntityPlayer player)
canInteractWith
in class ContainerBCTile<TileBuilder>