public abstract class ContainerSocketed<T extends net.minecraft.tileentity.TileEntity & ISocketable> extends ContainerTile<T> implements IContainerSocketed
tilePLAYER_HOTBAR_OFFSET, PLAYER_INV_SLOTS| Modifier | Constructor and Description |
|---|---|
protected |
ContainerSocketed(T tile,
net.minecraft.entity.player.InventoryPlayer playerInventory,
int xInv,
int yInv) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleChipsetClick(int slot) |
void |
handleChipsetClickServer(int slot,
net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.item.ItemStack itemstack) |
void |
handleSolderingIronClick(int slot) |
void |
handleSolderingIronClickServer(int slot,
net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.item.ItemStack itemstack) |
canAccess, canInteractWith, detectAndSendChanges, onGuiEnergyaddHotbarSlot, addPlayerInventory, addSlot, addSlotToContainer, getContainerSections, getForestrySlot, sendPacketToListeners, slotClick, transferStackInSlotaddListener, 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, updateProgressBarprotected ContainerSocketed(T tile, net.minecraft.entity.player.InventoryPlayer playerInventory, int xInv, int yInv)
public void handleChipsetClick(int slot)
handleChipsetClick in interface IContainerSocketedpublic void handleChipsetClickServer(int slot,
net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.item.ItemStack itemstack)
handleChipsetClickServer in interface IContainerSocketedpublic void handleSolderingIronClick(int slot)
handleSolderingIronClick in interface IContainerSocketedpublic void handleSolderingIronClickServer(int slot,
net.minecraft.entity.player.EntityPlayerMP player,
net.minecraft.item.ItemStack itemstack)
handleSolderingIronClickServer in interface IContainerSocketed