Uses of Class
net.minecraft.recipe.SingleStackRecipe
Packages that use SingleStackRecipe
-
Uses of SingleStackRecipe in net.minecraft.recipe
Classes in net.minecraft.recipe with type parameters of type SingleStackRecipeModifier and TypeInterfaceDescriptionstatic interface
SingleStackRecipe.RecipeFactory<T extends SingleStackRecipe>
static class
SingleStackRecipe.Serializer<T extends SingleStackRecipe>
Subclasses of SingleStackRecipe in net.minecraft.recipeModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.minecraft.recipe that return types with arguments of type SingleStackRecipeModifier and TypeMethodDescriptionabstract RecipeSerializer
<? extends SingleStackRecipe> SingleStackRecipe.getSerializer()
Returns the serializer associated with this recipe.abstract RecipeType
<? extends SingleStackRecipe> SingleStackRecipe.getType()
Returns the type of this recipe.Method parameters in net.minecraft.recipe with type arguments of type SingleStackRecipeModifier and TypeMethodDescriptionprivate static ServerRecipeManager.SoleIngredientGetter
ServerRecipeManager.cookingIngredientGetter
(RecipeType<? extends SingleStackRecipe> expectedType)