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 dbl
  • Method Summary Link icon

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

    • getStackInSlot Link icon

      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 Ldbl;a(I)Lcwq;
    • size Link icon

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

      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 Ldbl;b()Z