Package net.minecraft.inventory
Interface RecipeInputInventory
- All Superinterfaces:
Clearable
,Inventory
,RecipeInputProvider
- All Known Implementing Classes:
CraftingInventory
- Mappings:
Namespace Name official cbt
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
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()- Mappings:
Namespace Name Mixin selector official f
Lcbt;f()I
intermediary method_17398
Lnet/minecraft/class_8566;method_17398()I
named getWidth
Lnet/minecraft/inventory/RecipeInputInventory;getWidth()I
-
getHeight
int getHeight()- Mappings:
Namespace Name Mixin selector official g
Lcbt;g()I
intermediary method_17397
Lnet/minecraft/class_8566;method_17397()I
named getHeight
Lnet/minecraft/inventory/RecipeInputInventory;getHeight()I
-
getInputStacks
- Mappings:
Namespace Name Mixin selector official h
Lcbt;h()Ljava/util/List;
intermediary method_51305
Lnet/minecraft/class_8566;method_51305()Ljava/util/List;
named getInputStacks
Lnet/minecraft/inventory/RecipeInputInventory;getInputStacks()Ljava/util/List;
-