类 ShapelessTableCraftingRecipe.Serializer
java.lang.Object
committee.nova.mods.avaritia.common.crafting.recipe.ShapelessTableCraftingRecipe.Serializer
- 所有已实现的接口:
net.minecraft.world.item.crafting.RecipeSerializer<ShapelessTableCraftingRecipe>,net.minecraftforge.common.extensions.IForgeRecipeSerializer<ShapelessTableCraftingRecipe>
public static class ShapelessTableCraftingRecipe.Serializer
extends Object
implements net.minecraft.world.item.crafting.RecipeSerializer<ShapelessTableCraftingRecipe>
-
字段概要
从接口继承的字段 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 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull ShapelessTableCraftingRecipefromJson(@NotNull net.minecraft.resources.ResourceLocation recipeId, @NotNull com.google.gson.JsonObject json) fromNetwork(@NotNull net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer) voidtoNetwork(net.minecraft.network.FriendlyByteBuf buffer, ShapelessTableCraftingRecipe 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 ShapelessTableCraftingRecipe fromJson(@NotNull @NotNull net.minecraft.resources.ResourceLocation recipeId, @NotNull @NotNull com.google.gson.JsonObject json) - 指定者:
fromJson在接口中net.minecraft.world.item.crafting.RecipeSerializer<ShapelessTableCraftingRecipe>
-
fromNetwork
public ShapelessTableCraftingRecipe fromNetwork(@NotNull @NotNull net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer) - 指定者:
fromNetwork在接口中net.minecraft.world.item.crafting.RecipeSerializer<ShapelessTableCraftingRecipe>
-
toNetwork
public void toNetwork(net.minecraft.network.FriendlyByteBuf buffer, ShapelessTableCraftingRecipe recipe) - 指定者:
toNetwork在接口中net.minecraft.world.item.crafting.RecipeSerializer<ShapelessTableCraftingRecipe>
-