类 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.ShapedReciperead(net.minecraft.util.Identifier identifier, com.google.gson.JsonObject jsonObject) 从类继承的方法 net.minecraft.recipe.ShapedRecipe.Serializer
read, write
-
构造器详细资料
-
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
-