Uses of Class
net.minecraft.world.item.crafting.SingleItemRecipe
Packages that use SingleItemRecipe
-
Uses of SingleItemRecipe in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting with type parameters of type SingleItemRecipeModifier and TypeInterfaceDescriptionstatic interface
SingleItemRecipe.Factory<T extends SingleItemRecipe>
static class
SingleItemRecipe.Serializer<T extends SingleItemRecipe>
Subclasses of SingleItemRecipe in net.minecraft.world.item.craftingModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in net.minecraft.world.item.crafting that return types with arguments of type SingleItemRecipeModifier and TypeMethodDescriptionabstract RecipeSerializer
<? extends SingleItemRecipe> SingleItemRecipe.getSerializer()
abstract RecipeType
<? extends SingleItemRecipe> SingleItemRecipe.getType()
Method parameters in net.minecraft.world.item.crafting with type arguments of type SingleItemRecipeModifier and TypeMethodDescriptionprivate static RecipeManager.IngredientExtractor
RecipeManager.forSingleInput
(RecipeType<? extends SingleItemRecipe> p_381108_)