Uses of Interface
net.minecraft.world.item.crafting.RecipeManager.IngredientExtractor
Packages that use RecipeManager.IngredientExtractor
-
Uses of RecipeManager.IngredientExtractor in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as RecipeManager.IngredientExtractorModifier and TypeFieldDescriptionprivate final RecipeManager.IngredientExtractor
RecipeManager.IngredientCollector.extractor
Fields in net.minecraft.world.item.crafting with type parameters of type RecipeManager.IngredientExtractorModifier and TypeFieldDescriptionprivate static final Map
<ResourceKey<RecipePropertySet>, RecipeManager.IngredientExtractor> RecipeManager.RECIPE_PROPERTY_SETS
Methods in net.minecraft.world.item.crafting that return RecipeManager.IngredientExtractorModifier and TypeMethodDescriptionprivate static RecipeManager.IngredientExtractor
RecipeManager.forSingleInput
(RecipeType<? extends SingleItemRecipe> p_381108_) Constructors in net.minecraft.world.item.crafting with parameters of type RecipeManager.IngredientExtractorModifierConstructorDescriptionprotected
IngredientCollector
(ResourceKey<RecipePropertySet> p_380992_, RecipeManager.IngredientExtractor p_380987_)