public static class NoMirrorShapedRecipe.Serializer extends net.minecraftforge.registries.ForgeRegistryEntry<net.minecraft.item.crafting.IRecipeSerializer<?>> implements net.minecraft.item.crafting.IRecipeSerializer<NoMirrorShapedRecipe>
ARMOR_DYE, BANNER_DUPLICATE, BLASTING_RECIPE, BOOK_CLONING, CAMPFIRE_COOKING_RECIPE, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED_RECIPE, SHAPELESS_RECIPE, SHIELD_DECORATION, SHULKER_BOX_COLORING, SMELTING_RECIPE, SMITHING, SMOKING_RECIPE, STONECUTTER, SUSPICIOUS_STEW, TIPPED_ARROW
Constructor and Description |
---|
Serializer() |
Modifier and Type | Method and Description |
---|---|
NoMirrorShapedRecipe |
fromJson(net.minecraft.util.ResourceLocation path,
com.google.gson.JsonObject json) |
NoMirrorShapedRecipe |
fromNetwork(net.minecraft.util.ResourceLocation path,
net.minecraft.network.PacketBuffer packetBuffer) |
void |
toNetwork(net.minecraft.network.PacketBuffer packetBuffer,
NoMirrorShapedRecipe recipe) |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
public NoMirrorShapedRecipe fromJson(net.minecraft.util.ResourceLocation path, com.google.gson.JsonObject json)
fromJson
in interface net.minecraft.item.crafting.IRecipeSerializer<NoMirrorShapedRecipe>
public NoMirrorShapedRecipe fromNetwork(net.minecraft.util.ResourceLocation path, net.minecraft.network.PacketBuffer packetBuffer)
fromNetwork
in interface net.minecraft.item.crafting.IRecipeSerializer<NoMirrorShapedRecipe>
public void toNetwork(net.minecraft.network.PacketBuffer packetBuffer, NoMirrorShapedRecipe recipe)
toNetwork
in interface net.minecraft.item.crafting.IRecipeSerializer<NoMirrorShapedRecipe>