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