类 NbtShapedRecipe.Serializer

java.lang.Object
net.minecraft.recipe.ShapedRecipe.Serializer
pers.saikel0rado1iu.silk.api.registry.gen.data.recipe.NbtShapedRecipe.Serializer
所有已实现的接口:
net.minecraft.recipe.RecipeSerializer<net.minecraft.recipe.ShapedRecipe>
封闭类:
NbtShapedRecipe

public static class NbtShapedRecipe.Serializer extends net.minecraft.recipe.ShapedRecipe.Serializer
  • 字段概要

    从接口继承的字段 net.minecraft.recipe.RecipeSerializer

    ARMOR_DYE, BANNER_DUPLICATE, BLASTING, BOOK_CLONING, CAMPFIRE_COOKING, CRAFTING_DECORATED_POT, FIREWORK_ROCKET, FIREWORK_STAR, FIREWORK_STAR_FADE, MAP_CLONING, MAP_EXTENDING, REPAIR_ITEM, SHAPED, SHAPELESS, SHIELD_DECORATION, SHULKER_BOX, SMELTING, SMITHING_TRANSFORM, SMITHING_TRIM, SMOKING, STONECUTTING, SUSPICIOUS_STEW, TIPPED_ARROW
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    net.minecraft.recipe.ShapedRecipe
    read(net.minecraft.util.Identifier identifier, com.google.gson.JsonObject jsonObject)
     

    从类继承的方法 net.minecraft.recipe.ShapedRecipe.Serializer

    read, write

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • Serializer

      public Serializer()
  • 方法详细资料

    • read

      public net.minecraft.recipe.ShapedRecipe read(net.minecraft.util.Identifier identifier, com.google.gson.JsonObject jsonObject)
      指定者:
      read 在接口中 net.minecraft.recipe.RecipeSerializer<net.minecraft.recipe.ShapedRecipe>
      覆盖:
      read 在类中 net.minecraft.recipe.ShapedRecipe.Serializer