Package net.minecraft.world.inventory
Class BlastFurnaceMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.RecipeBookMenu<SingleRecipeInput,AbstractCookingRecipe>
net.minecraft.world.inventory.AbstractFurnaceMenu
net.minecraft.world.inventory.BlastFurnaceMenu
-
Field Summary
Fields inherited from class net.minecraft.world.inventory.AbstractFurnaceMenu
DATA_COUNT, FUEL_SLOT, INGREDIENT_SLOT, level, RESULT_SLOT, SLOT_COUNT
Fields inherited from class net.minecraft.world.inventory.AbstractContainerMenu
CARRIED_SLOT_SIZE, containerId, QUICKCRAFT_HEADER_CONTINUE, QUICKCRAFT_HEADER_END, QUICKCRAFT_HEADER_START, QUICKCRAFT_TYPE_CHARITABLE, QUICKCRAFT_TYPE_CLONE, QUICKCRAFT_TYPE_GREEDY, SLOT_CLICKED_OUTSIDE, slots
-
Constructor Summary
ConstructorsConstructorDescriptionBlastFurnaceMenu
(int pContainerId, Inventory pPlayerInventory) BlastFurnaceMenu
(int pContainerId, Inventory pPlayerInventory, Container pBlastFurnaceContainer, ContainerData pBlastFurnaceData) -
Method Summary
Methods inherited from class net.minecraft.world.inventory.AbstractFurnaceMenu
canSmelt, clearCraftingContent, fillCraftSlotsStackedContents, getBurnProgress, getGridHeight, getGridWidth, getLitProgress, getRecipeBookType, getResultSlotIndex, getSize, isFuel, isLit, quickMoveStack, recipeMatches, shouldMoveToInventory, stillValid
Methods inherited from class net.minecraft.world.inventory.RecipeBookMenu
beginPlacingRecipe, finishPlacingRecipe, getRecipeBookCategories, handlePlacement
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removed, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState
-
Constructor Details
-
BlastFurnaceMenu
-
BlastFurnaceMenu
public BlastFurnaceMenu(int pContainerId, Inventory pPlayerInventory, Container pBlastFurnaceContainer, ContainerData pBlastFurnaceData)
-