public class ContainerMailbox extends ContainerTile<TileMailbox>
| Modifier and Type | Field and Description |
|---|---|
static short |
SLOT_LETTERS |
static short |
SLOT_LETTERS_COUNT |
tilePLAYER_HOTBAR_OFFSET, PLAYER_INV_SLOTS| Constructor and Description |
|---|
ContainerMailbox(net.minecraft.entity.player.InventoryPlayer playerInventory,
TileMailbox tile) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
slotClick(int slotId,
int dragType_or_button,
net.minecraft.inventory.ClickType clickTypeIn,
net.minecraft.entity.player.EntityPlayer player) |
canAccess, canInteractWith, detectAndSendChanges, onGuiEnergyaddHotbarSlot, addPlayerInventory, addSlot, addSlotToContainer, getContainerSections, getForestrySlot, sendPacketToListeners, 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, updateProgressBarpublic static final short SLOT_LETTERS
public static final short SLOT_LETTERS_COUNT
public ContainerMailbox(net.minecraft.entity.player.InventoryPlayer playerInventory,
TileMailbox tile)
public net.minecraft.item.ItemStack slotClick(int slotId,
int dragType_or_button,
net.minecraft.inventory.ClickType clickTypeIn,
net.minecraft.entity.player.EntityPlayer player)
slotClick in class ContainerForestry