public class SequencedAssemblyRecipeSerializer extends net.minecraftforge.registries.ForgeRegistryEntry<net.minecraft.item.crafting.IRecipeSerializer<?>> implements net.minecraft.item.crafting.IRecipeSerializer<SequencedAssemblyRecipe>
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 |
|---|
SequencedAssemblyRecipeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
SequencedAssemblyRecipe |
fromJson(net.minecraft.util.ResourceLocation id,
com.google.gson.JsonObject json) |
SequencedAssemblyRecipe |
fromNetwork(net.minecraft.util.ResourceLocation id,
net.minecraft.network.PacketBuffer buffer) |
protected SequencedAssemblyRecipe |
readFromBuffer(net.minecraft.util.ResourceLocation recipeId,
net.minecraft.network.PacketBuffer buffer) |
protected SequencedAssemblyRecipe |
readFromJson(net.minecraft.util.ResourceLocation recipeId,
com.google.gson.JsonObject json) |
void |
toNetwork(net.minecraft.network.PacketBuffer buffer,
SequencedAssemblyRecipe recipe) |
void |
write(com.google.gson.JsonObject json,
SequencedAssemblyRecipe recipe) |
protected void |
writeToBuffer(net.minecraft.network.PacketBuffer buffer,
SequencedAssemblyRecipe recipe) |
protected void |
writeToJson(com.google.gson.JsonObject json,
SequencedAssemblyRecipe recipe) |
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameprotected void writeToJson(com.google.gson.JsonObject json,
SequencedAssemblyRecipe recipe)
protected SequencedAssemblyRecipe readFromJson(net.minecraft.util.ResourceLocation recipeId, com.google.gson.JsonObject json)
protected void writeToBuffer(net.minecraft.network.PacketBuffer buffer,
SequencedAssemblyRecipe recipe)
protected SequencedAssemblyRecipe readFromBuffer(net.minecraft.util.ResourceLocation recipeId, net.minecraft.network.PacketBuffer buffer)
public final void write(com.google.gson.JsonObject json,
SequencedAssemblyRecipe recipe)
public final SequencedAssemblyRecipe fromJson(net.minecraft.util.ResourceLocation id, com.google.gson.JsonObject json)
fromJson in interface net.minecraft.item.crafting.IRecipeSerializer<SequencedAssemblyRecipe>public final void toNetwork(net.minecraft.network.PacketBuffer buffer,
SequencedAssemblyRecipe recipe)
toNetwork in interface net.minecraft.item.crafting.IRecipeSerializer<SequencedAssemblyRecipe>public final SequencedAssemblyRecipe fromNetwork(net.minecraft.util.ResourceLocation id, net.minecraft.network.PacketBuffer buffer)
fromNetwork in interface net.minecraft.item.crafting.IRecipeSerializer<SequencedAssemblyRecipe>