Uses of Class
net.minecraft.world.item.crafting.ShapelessRecipe
Packages that use ShapelessRecipe
Package
Description
Classes for NeoForge's own data generation.
-
Uses of ShapelessRecipe in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting with type parameters of type ShapelessRecipeModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec<ShapelessRecipe> ShapelessRecipe.Serializer.CODECstatic final RecipeSerializer<ShapelessRecipe> RecipeSerializer.SHAPELESS_RECIPEstatic final StreamCodec<RegistryFriendlyByteBuf, ShapelessRecipe> ShapelessRecipe.Serializer.STREAM_CODECMethods in net.minecraft.world.item.crafting that return ShapelessRecipeModifier and TypeMethodDescriptionprivate static ShapelessRecipeShapelessRecipe.Serializer.fromNetwork(RegistryFriendlyByteBuf p_319905_) Methods in net.minecraft.world.item.crafting that return types with arguments of type ShapelessRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<ShapelessRecipe> ShapelessRecipe.Serializer.codec()ShapelessRecipe.Serializer.streamCodec()Methods in net.minecraft.world.item.crafting with parameters of type ShapelessRecipeModifier and TypeMethodDescriptionprivate static voidShapelessRecipe.Serializer.toNetwork(RegistryFriendlyByteBuf p_320371_, ShapelessRecipe p_320323_) -
Uses of ShapelessRecipe in net.neoforged.neoforge.common.data.internal
Methods in net.neoforged.neoforge.common.data.internal that return ShapelessRecipeModifier and TypeMethodDescriptionprivate @Nullable ShapelessRecipeNeoForgeRecipeProvider.enhance(ResourceLocation id, ShapelessRecipe vanilla) Methods in net.neoforged.neoforge.common.data.internal with parameters of type ShapelessRecipeModifier and TypeMethodDescriptionprivate @Nullable ShapelessRecipeNeoForgeRecipeProvider.enhance(ResourceLocation id, ShapelessRecipe vanilla) -
Uses of ShapelessRecipe in net.neoforged.neoforge.debug.crafting
Subclasses of ShapelessRecipe in net.neoforged.neoforge.debug.craftingModifier and TypeClassDescription(package private) static classConstructors in net.neoforged.neoforge.debug.crafting with parameters of type ShapelessRecipe