Interface RecipeInput

All Known Implementing Classes:
CraftingRecipeInput, SingleStackRecipeInput, SmithingRecipeInput

public interface RecipeInput
Mappings:
Namespace Name
named net/minecraft/recipe/input/RecipeInput
intermediary net/minecraft/class_9695
official czc
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    getStackInSlot(int slot)
     
    default boolean
     
  • Method Details

    • getStackInSlot

      ItemStack getStackInSlot(int slot)
      Mappings:
      Namespace Name Mixin selector
      named getStackInSlot Lnet/minecraft/recipe/input/RecipeInput;getStackInSlot(I)Lnet/minecraft/item/ItemStack;
      intermediary method_59984 Lnet/minecraft/class_9695;method_59984(I)Lnet/minecraft/class_1799;
      official a Lczc;a(I)Lcuq;
    • getSize

      int getSize()
      Mappings:
      Namespace Name Mixin selector
      named getSize Lnet/minecraft/recipe/input/RecipeInput;getSize()I
      intermediary method_59983 Lnet/minecraft/class_9695;method_59983()I
      official a Lczc;a()I
    • isEmpty

      default boolean isEmpty()
      Mappings:
      Namespace Name Mixin selector
      named isEmpty Lnet/minecraft/recipe/input/RecipeInput;isEmpty()Z
      intermediary method_59987 Lnet/minecraft/class_9695;method_59987()Z
      official b Lczc;b()Z