Package net.minecraft.world.inventory
Class BrewingStandMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.BrewingStandMenu
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate final Containerprivate final ContainerDataprivate static final intprivate static final intprivate static final intprivate final Slotprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intFields inherited from class net.minecraft.world.inventory.AbstractContainerMenuCARRIED_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 SummaryConstructorsConstructorDescriptionBrewingStandMenu(int p_39090_, Inventory p_39091_) BrewingStandMenu(int p_39093_, Inventory p_39094_, Container p_39095_, ContainerData p_39096_) 
- 
Method SummaryModifier and TypeMethodDescriptionintintgetFuel()quickMoveStack(Player p_39100_, int p_39101_) booleanstillValid(Player p_39098_) Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenuaddDataSlot, 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
- 
Field Details- 
BOTTLE_SLOT_STARTprivate static final int BOTTLE_SLOT_START- See Also:
 
- 
BOTTLE_SLOT_ENDprivate static final int BOTTLE_SLOT_END- See Also:
 
- 
INGREDIENT_SLOTprivate static final int INGREDIENT_SLOT- See Also:
 
- 
FUEL_SLOTprivate static final int FUEL_SLOT- See Also:
 
- 
SLOT_COUNTprivate static final int SLOT_COUNT- See Also:
 
- 
DATA_COUNTprivate static final int DATA_COUNT- See Also:
 
- 
INV_SLOT_STARTprivate static final int INV_SLOT_START- See Also:
 
- 
INV_SLOT_ENDprivate static final int INV_SLOT_END- See Also:
 
- 
USE_ROW_SLOT_STARTprivate static final int USE_ROW_SLOT_START- See Also:
 
- 
USE_ROW_SLOT_ENDprivate static final int USE_ROW_SLOT_END- See Also:
 
- 
brewingStand
- 
brewingStandData
- 
ingredientSlot
 
- 
- 
Constructor Details- 
BrewingStandMenu
- 
BrewingStandMenupublic BrewingStandMenu(int p_39093_, Inventory p_39094_, Container p_39095_, ContainerData p_39096_) 
 
- 
- 
Method Details- 
stillValid- Specified by:
- stillValidin class- AbstractContainerMenu
 
- 
quickMoveStack- Specified by:
- quickMoveStackin class- AbstractContainerMenu
 
- 
getFuelpublic int getFuel()
- 
getBrewingTickspublic int getBrewingTicks()
 
-