Package net.minecraft.recipe.input
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 dcj
-
Method Summary
-
Method Details
-
getStackInSlot
- 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
Ldcj;a(I)Lcxo;
-
size
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
Ldcj;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
Ldcj;b()Z
-