public class UContainerTileEntity extends UContainer
Modifier and Type | Field and Description |
---|---|
protected net.minecraft.tileentity.TileEntity |
tileentity |
Constructor and Description |
---|
UContainerTileEntity(net.minecraft.tileentity.TileEntity tileentity) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(net.minecraft.inventory.IContainerListener listener) |
void |
detectAndSendChanges() |
net.minecraft.tileentity.TileEntity |
getTileentity() |
appendPlayerInventory, canInteractWith
addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, slotClick, transferStackInSlot, updateProgressBar
public UContainerTileEntity(net.minecraft.tileentity.TileEntity tileentity)
public net.minecraft.tileentity.TileEntity getTileentity()
public void addListener(net.minecraft.inventory.IContainerListener listener)
addListener
in class net.minecraft.inventory.Container
public void detectAndSendChanges()
detectAndSendChanges
in class net.minecraft.inventory.Container