类 NoConsumeCatalystShapedRecipe.Serializer
java.lang.Object
committee.nova.mods.avaritia.common.crafting.recipe.ShapedTableCraftingRecipe.Serializer
committee.nova.mods.avaritia.common.crafting.recipe.NoConsumeCatalystShapedRecipe.Serializer
- 所有已实现的接口:
net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>,net.minecraftforge.common.extensions.IForgeRecipeSerializer<ShapedTableCraftingRecipe>
public static class NoConsumeCatalystShapedRecipe.Serializer
extends ShapedTableCraftingRecipe.Serializer
-
字段概要
从接口继承的字段 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 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明fromJson(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json) 从类继承的方法 committee.nova.mods.avaritia.common.crafting.recipe.ShapedTableCraftingRecipe.Serializer
fromNetwork, toNetwork从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 net.minecraftforge.common.extensions.IForgeRecipeSerializer
fromJson
-
构造器详细资料
-
Serializer
public Serializer()
-
-
方法详细资料
-
fromJson
public NoConsumeCatalystShapedRecipe fromJson(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json) - 指定者:
fromJson在接口中net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>- 覆盖:
fromJson在类中ShapedTableCraftingRecipe.Serializer
-