Interface RecipeInputInventory

All Superinterfaces:
Clearable, Inventory, RecipeInputProvider
All Known Implementing Classes:
CraftingInventory

public interface RecipeInputInventory extends Inventory, RecipeInputProvider
Mappings:
Namespace Name
official cbt
intermediary net/minecraft/class_8566
named net/minecraft/inventory/RecipeInputInventory
  • 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

      List<ItemStack> 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;