Package net.minecraft.inventory
Interface RecipeInputInventory
- All Superinterfaces:
Clearable
,Inventory
,RecipeInputProvider
- All Known Implementing Classes:
CrafterBlockEntity
,CraftingInventory
Represents an inventory that is an input for a recipe, such as
crafting table inputs.
- Mappings:
Namespace Name official cir
intermediary net/minecraft/class_8566
named net/minecraft/inventory/RecipeInputInventory
-
Field Summary
Fields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the height of the recipe grid.Returns the stacks held by the inventory.int
getWidth()
Returns the width of the recipe grid.Methods inherited from interface net.minecraft.inventory.Inventory
canPlayerUse, canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, getStack, isEmpty, isValid, markDirty, onClose, onOpen, removeStack, removeStack, setStack, size
Methods inherited from interface net.minecraft.recipe.RecipeInputProvider
provideRecipeInputs
-
Method Details
-
getWidth
int getWidth()Returns the width of the recipe grid.- Returns:
- the width of the recipe grid
- Mappings:
Namespace Name Mixin selector official f
Lcir;f()I
intermediary method_17398
Lnet/minecraft/class_8566;method_17398()I
named getWidth
Lnet/minecraft/inventory/RecipeInputInventory;getWidth()I
-
getHeight
int getHeight()Returns the height of the recipe grid.- Returns:
- the height of the recipe grid
- Mappings:
Namespace Name Mixin selector official g
Lcir;g()I
intermediary method_17397
Lnet/minecraft/class_8566;method_17397()I
named getHeight
Lnet/minecraft/inventory/RecipeInputInventory;getHeight()I
-
getHeldStacks
Returns the stacks held by the inventory.- Returns:
- the stacks held by the inventory
- Mappings:
Namespace Name Mixin selector official h
Lcir;h()Ljava/util/List;
intermediary method_51305
Lnet/minecraft/class_8566;method_51305()Ljava/util/List;
named getHeldStacks
Lnet/minecraft/inventory/RecipeInputInventory;getHeldStacks()Ljava/util/List;
-