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