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/RecipeInputintermediary net/minecraft/class_9695official dhs
- 
Method Summary
 
- 
Method Details
- 
getStackInSlot
- Mappings:
 Namespace Name Mixin selector named getStackInSlotLnet/minecraft/recipe/input/RecipeInput;getStackInSlot(I)Lnet/minecraft/item/ItemStack;intermediary method_59984Lnet/minecraft/class_9695;method_59984(I)Lnet/minecraft/class_1799;official aLdhs;a(I)Ldcv;
 - 
size
int size()- Mappings:
 Namespace Name Mixin selector named sizeLnet/minecraft/recipe/input/RecipeInput;size()Iintermediary method_59983Lnet/minecraft/class_9695;method_59983()Iofficial aLdhs;a()I
 - 
isEmpty
default boolean isEmpty()- Mappings:
 Namespace Name Mixin selector named isEmptyLnet/minecraft/recipe/input/RecipeInput;isEmpty()Zintermediary method_59987Lnet/minecraft/class_9695;method_59987()Zofficial bLdhs;b()Z
 
 -