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.Codec<ShapelessRecipe>
ShapelessRecipe.Serializer.CODEC
static final RecipeSerializer<ShapelessRecipe>
RecipeSerializer.SHAPELESS
Methods in net.minecraft.recipe that return ShapelessRecipeMethods in net.minecraft.recipe that return types with arguments of type ShapelessRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ShapelessRecipe>
ShapelessRecipe.Serializer.codec()
Methods in net.minecraft.recipe with parameters of type ShapelessRecipeModifier and TypeMethodDescriptionvoid
ShapelessRecipe.Serializer.write
(PacketByteBuf packetByteBuf, ShapelessRecipe shapelessRecipe)