Uses of Class
net.minecraft.recipe.ShapelessRecipe
Packages that use ShapelessRecipe
-
Uses of ShapelessRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type ShapelessRecipeModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.MapCodec
<ShapelessRecipe> ShapelessRecipe.Serializer.CODEC
static final PacketCodec
<RegistryByteBuf, ShapelessRecipe> ShapelessRecipe.Serializer.PACKET_CODEC
static final RecipeSerializer
<ShapelessRecipe> RecipeSerializer.SHAPELESS
Methods in net.minecraft.recipe that return ShapelessRecipeModifier and TypeMethodDescriptionprivate static ShapelessRecipe
ShapelessRecipe.Serializer.read
(RegistryByteBuf buf) Methods in net.minecraft.recipe that return types with arguments of type ShapelessRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<ShapelessRecipe> ShapelessRecipe.Serializer.codec()
ShapelessRecipe.Serializer.packetCodec()
Methods in net.minecraft.recipe with parameters of type ShapelessRecipeModifier and TypeMethodDescriptionprivate static void
ShapelessRecipe.Serializer.write
(RegistryByteBuf buf, ShapelessRecipe recipe)