Class ChiselingRecipe.Serializer
java.lang.Object
com.supermartijn642.rechiseled.chiseling.ChiselingRecipe.Serializer
- Enclosing class:
- ChiselingRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChiselingRecipefromJson(net.minecraft.resources.ResourceLocation resourceLocation, com.google.gson.JsonObject json) static ChiselingRecipefromNetwork(net.minecraft.network.FriendlyByteBuf buffer) static voidtoNetwork(net.minecraft.network.FriendlyByteBuf buffer, ChiselingRecipe recipe)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
fromJson
public static ChiselingRecipe fromJson(net.minecraft.resources.ResourceLocation resourceLocation, com.google.gson.JsonObject json) -
fromNetwork
-
toNetwork
-