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 interfaceSingleItemRecipe.Factory<T extends SingleItemRecipe>Subclasses of SingleItemRecipe in net.minecraft.world.item.craftingModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in net.minecraft.world.item.crafting with type parameters of type SingleItemRecipeModifier and TypeMethodDescriptionstatic <T extends SingleItemRecipe>
com.mojang.serialization.MapCodec<T> SingleItemRecipe.simpleMapCodec(SingleItemRecipe.Factory<T> factory) static <T extends SingleItemRecipe>
StreamCodec<RegistryFriendlyByteBuf, T> SingleItemRecipe.simpleStreamCodec(SingleItemRecipe.Factory<T> factory) 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.IngredientExtractorRecipeManager.forSingleInput(RecipeType<? extends SingleItemRecipe> type)