Uses of Class
net.minecraft.world.item.crafting.ShapelessRecipe
Package
Description
Classes for NeoForge's own data generation.
-
Uses of ShapelessRecipe in net.minecraft.world.item.crafting
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec
<ShapelessRecipe> ShapelessRecipe.Serializer.CODEC
static final RecipeSerializer
<ShapelessRecipe> RecipeSerializer.SHAPELESS_RECIPE
static final StreamCodec
<RegistryFriendlyByteBuf, ShapelessRecipe> ShapelessRecipe.Serializer.STREAM_CODEC
Modifier and TypeMethodDescriptionprivate static ShapelessRecipe
ShapelessRecipe.Serializer.fromNetwork
(RegistryFriendlyByteBuf p_319905_) Modifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<ShapelessRecipe> ShapelessRecipe.Serializer.codec()
ShapelessRecipe.Serializer.streamCodec()
Modifier and TypeMethodDescriptionprivate static void
ShapelessRecipe.Serializer.toNetwork
(RegistryFriendlyByteBuf p_320371_, ShapelessRecipe p_320323_) -
Uses of ShapelessRecipe in net.neoforged.neoforge.common.data.internal
Modifier and TypeMethodDescriptionprivate @Nullable ShapelessRecipe
NeoForgeRecipeProvider.enhance
(ResourceLocation id, ShapelessRecipe vanilla) Modifier and TypeMethodDescriptionprivate @Nullable ShapelessRecipe
NeoForgeRecipeProvider.enhance
(ResourceLocation id, ShapelessRecipe vanilla) -
Uses of ShapelessRecipe in net.neoforged.neoforge.debug.crafting
Modifier and TypeClassDescription(package private) static class