Uses of Interface
net.minecraft.recipe.ServerRecipeManager.SoleIngredientGetter
Packages that use ServerRecipeManager.SoleIngredientGetter
-
Uses of ServerRecipeManager.SoleIngredientGetter in net.minecraft.recipe
Fields in net.minecraft.recipe declared as ServerRecipeManager.SoleIngredientGetterModifier and TypeFieldDescriptionprivate final ServerRecipeManager.SoleIngredientGetter
ServerRecipeManager.PropertySetBuilder.ingredientGetter
Fields in net.minecraft.recipe with type parameters of type ServerRecipeManager.SoleIngredientGetterModifier and TypeFieldDescriptionprivate static final Map
<RegistryKey<RecipePropertySet>, ServerRecipeManager.SoleIngredientGetter> ServerRecipeManager.SOLE_INGREDIENT_GETTERS
Methods in net.minecraft.recipe that return ServerRecipeManager.SoleIngredientGetterModifier and TypeMethodDescriptionprivate static ServerRecipeManager.SoleIngredientGetter
ServerRecipeManager.cookingIngredientGetter
(RecipeType<? extends SingleStackRecipe> expectedType) Constructors in net.minecraft.recipe with parameters of type ServerRecipeManager.SoleIngredientGetterModifierConstructorDescriptionprotected
PropertySetBuilder
(RegistryKey<RecipePropertySet> propertySetKey, ServerRecipeManager.SoleIngredientGetter ingredientGetter)