public class ChiselContainer extends BaseChiselingContainer
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.util.EnumHand |
hand |
connecting, currentEntry, currentRecipe| Constructor and Description |
|---|
ChiselContainer(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.EnumHand hand) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getCurrentStack() |
void |
setCurrentStack(net.minecraft.item.ItemStack stack) |
boolean |
shouldBeClosed() |
addSlots, canInteractWith, chiselAll, moveItemStackTo, setCurrentEntry, toggleConnecting, transferStackInSlot, updateRecipeaddPlayerSlots, addSlot, addSlots, getContainerTypeaddListener, addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, slotClick, updateProgressBarpublic ChiselContainer(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.EnumHand hand)
public net.minecraft.item.ItemStack getCurrentStack()
getCurrentStack in class BaseChiselingContainerpublic void setCurrentStack(net.minecraft.item.ItemStack stack)
setCurrentStack in class BaseChiselingContainerpublic boolean shouldBeClosed()
shouldBeClosed in class BaseChiselingContainer