类 ShapedTableCraftingRecipe.Serializer

java.lang.Object
committee.nova.mods.avaritia.common.crafting.recipe.ShapedTableCraftingRecipe.Serializer
所有已实现的接口:
net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>, net.minecraftforge.common.extensions.IForgeRecipeSerializer<ShapedTableCraftingRecipe>
直接已知子类:
NoConsumeCatalystShapedRecipe.Serializer
封闭类:
ShapedTableCraftingRecipe

public static class ShapedTableCraftingRecipe.Serializer extends Object implements net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>
  • 字段概要

    从接口继承的字段 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(@NotNull net.minecraft.resources.ResourceLocation recipeId, @NotNull com.google.gson.JsonObject json)
     
    fromNetwork(@NotNull net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer)
     
    void
    toNetwork(net.minecraft.network.FriendlyByteBuf buffer, ShapedTableCraftingRecipe recipe)
     

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

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

    从接口继承的方法 net.minecraftforge.common.extensions.IForgeRecipeSerializer

    fromJson
  • 构造器详细资料

    • Serializer

      public Serializer()
  • 方法详细资料

    • fromJson

      @NotNull public @NotNull ShapedTableCraftingRecipe fromJson(@NotNull @NotNull net.minecraft.resources.ResourceLocation recipeId, @NotNull @NotNull com.google.gson.JsonObject json)
      指定者:
      fromJson 在接口中 net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>
    • fromNetwork

      public ShapedTableCraftingRecipe fromNetwork(@NotNull @NotNull net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer)
      指定者:
      fromNetwork 在接口中 net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>
    • toNetwork

      public void toNetwork(net.minecraft.network.FriendlyByteBuf buffer, ShapedTableCraftingRecipe recipe)
      指定者:
      toNetwork 在接口中 net.minecraft.world.item.crafting.RecipeSerializer<ShapedTableCraftingRecipe>