Package net.minecraft.world.inventory
Class InventoryMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.RecipeBookMenu<CraftingContainer>
net.minecraft.world.inventory.InventoryMenu
-
Field Summary
Modifier and TypeFieldDescriptionboolean
static int
static int
static ResourceLocation
static int
static int
static int
private CraftingContainer
static ResourceLocation
static ResourceLocation
static ResourceLocation
static ResourceLocation
static ResourceLocation
static int
static int
private Player
static int
private ResultContainer
static int
private static EquipmentSlot[]
(package private) static ResourceLocation[]
static int
static int
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canTakeItemForPickAll(ItemStack p_39716_, Slot p_39717_)
void
void
fillCraftSlotsStackedContents(StackedContents p_39714_)
int
int
int
int
getSize()
static boolean
isHotbarSlot(int p_150593_)
quickMoveStack(Player p_39723_, int p_39724_)
boolean
recipeMatches(Recipe<? super CraftingContainer> p_39719_)
void
boolean
shouldMoveToInventory(int p_150591_)
void
slotsChanged(Container p_39710_)
boolean
stillValid(Player p_39712_)
Methods inherited from class net.minecraft.world.inventory.RecipeBookMenu
getRecipeBookCategories, handlePlacement
Methods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftSlotCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, stillValid, suppressRemoteUpdates, transferState
-
Field Details
-
CONTAINER_ID
public static final int CONTAINER_ID- See Also:
- Constant Field Values
-
RESULT_SLOT
public static final int RESULT_SLOT- See Also:
- Constant Field Values
-
CRAFT_SLOT_START
public static final int CRAFT_SLOT_START- See Also:
- Constant Field Values
-
CRAFT_SLOT_END
public static final int CRAFT_SLOT_END- See Also:
- Constant Field Values
-
ARMOR_SLOT_START
public static final int ARMOR_SLOT_START- See Also:
- Constant Field Values
-
ARMOR_SLOT_END
public static final int ARMOR_SLOT_END- See Also:
- Constant Field Values
-
INV_SLOT_START
public static final int INV_SLOT_START- See Also:
- Constant Field Values
-
INV_SLOT_END
public static final int INV_SLOT_END- See Also:
- Constant Field Values
-
USE_ROW_SLOT_START
public static final int USE_ROW_SLOT_START- See Also:
- Constant Field Values
-
USE_ROW_SLOT_END
public static final int USE_ROW_SLOT_END- See Also:
- Constant Field Values
-
SHIELD_SLOT
public static final int SHIELD_SLOT- See Also:
- Constant Field Values
-
BLOCK_ATLAS
-
EMPTY_ARMOR_SLOT_HELMET
-
EMPTY_ARMOR_SLOT_CHESTPLATE
-
EMPTY_ARMOR_SLOT_LEGGINGS
-
EMPTY_ARMOR_SLOT_BOOTS
-
EMPTY_ARMOR_SLOT_SHIELD
-
TEXTURE_EMPTY_SLOTS
-
SLOT_IDS
-
craftSlots
-
resultSlots
-
active
public final boolean active -
owner
-
-
Constructor Details
-
InventoryMenu
-
-
Method Details
-
isHotbarSlot
public static boolean isHotbarSlot(int p_150593_) -
fillCraftSlotsStackedContents
- Specified by:
fillCraftSlotsStackedContents
in classRecipeBookMenu<CraftingContainer>
-
clearCraftingContent
public void clearCraftingContent()- Specified by:
clearCraftingContent
in classRecipeBookMenu<CraftingContainer>
-
recipeMatches
- Specified by:
recipeMatches
in classRecipeBookMenu<CraftingContainer>
-
slotsChanged
- Overrides:
slotsChanged
in classAbstractContainerMenu
-
removed
- Overrides:
removed
in classAbstractContainerMenu
-
stillValid
- Specified by:
stillValid
in classAbstractContainerMenu
-
quickMoveStack
- Overrides:
quickMoveStack
in classAbstractContainerMenu
-
canTakeItemForPickAll
- Overrides:
canTakeItemForPickAll
in classAbstractContainerMenu
-
getResultSlotIndex
public int getResultSlotIndex()- Specified by:
getResultSlotIndex
in classRecipeBookMenu<CraftingContainer>
-
getGridWidth
public int getGridWidth()- Specified by:
getGridWidth
in classRecipeBookMenu<CraftingContainer>
-
getGridHeight
public int getGridHeight()- Specified by:
getGridHeight
in classRecipeBookMenu<CraftingContainer>
-
getSize
public int getSize()- Specified by:
getSize
in classRecipeBookMenu<CraftingContainer>
-
getCraftSlots
-
getRecipeBookType
- Specified by:
getRecipeBookType
in classRecipeBookMenu<CraftingContainer>
-
shouldMoveToInventory
public boolean shouldMoveToInventory(int p_150591_)- Specified by:
shouldMoveToInventory
in classRecipeBookMenu<CraftingContainer>
-