Class ShapelessEnchantSerializer

java.lang.Object
net.minecraft.world.item.crafting.ShapelessRecipe.Serializer
com.hrznstudio.titanium.recipe.shapelessenchant.ShapelessEnchantSerializer
All Implemented Interfaces:
net.minecraft.world.item.crafting.RecipeSerializer<net.minecraft.world.item.crafting.ShapelessRecipe>, net.minecraftforge.common.extensions.IForgeRecipeSerializer<net.minecraft.world.item.crafting.ShapelessRecipe>

public class ShapelessEnchantSerializer extends net.minecraft.world.item.crafting.ShapelessRecipe.Serializer
  • Field Summary

    Fields inherited from interface net.minecraft.world.item.crafting.RecipeSerializer

    ARMOR_DYE, BANNER_DUPLICATE, BLASTING_RECIPE, BOOK_CLONING, CAMPFIRE_COOKING_RECIPE, DECORATED_POT_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_TRANSFORM, SMITHING_TRIM, SMOKING_RECIPE, STONECUTTER, SUSPICIOUS_STEW, TIPPED_ARROW
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.crafting.ShapelessRecipe
    fromJson(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json)
     

    Methods inherited from class net.minecraft.world.item.crafting.ShapelessRecipe.Serializer

    fromNetwork, toNetwork

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeRecipeSerializer

    fromJson
  • Constructor Details

    • ShapelessEnchantSerializer

      public ShapelessEnchantSerializer()
  • Method Details

    • fromJson

      @Nonnull public net.minecraft.world.item.crafting.ShapelessRecipe fromJson(@Nonnull net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json)
      Specified by:
      fromJson in interface net.minecraft.world.item.crafting.RecipeSerializer<net.minecraft.world.item.crafting.ShapelessRecipe>
      Overrides:
      fromJson in class net.minecraft.world.item.crafting.ShapelessRecipe.Serializer