Package com.petrolpark.item.decay.recipe
Class DecayingItemCookingRecipeSerializer
java.lang.Object
com.petrolpark.item.decay.recipe.DecayingItemCookingRecipeSerializer
- All Implemented Interfaces:
net.minecraft.world.item.crafting.RecipeSerializer<IDecayingItemCookingRecipe<?>>,net.minecraftforge.common.extensions.IForgeRecipeSerializer<IDecayingItemCookingRecipe<?>>
public class DecayingItemCookingRecipeSerializer
extends Object
implements net.minecraft.world.item.crafting.RecipeSerializer<IDecayingItemCookingRecipe<?>>
-
Field Summary
Fields inherited from interface 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json) protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
IDecayingItemCookingRecipe<R>fromJsonInternal(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json) fromNetwork(net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer) protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
IDecayingItemCookingRecipe<R>fromNetworkInternal(net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer) <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
IDecayingItemCookingRecipe<R>getWrapped(R recipe) protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
net.minecraft.world.item.crafting.RecipeSerializer<R>getWrappedSerializer(net.minecraft.resources.ResourceLocation id) voidtoNetwork(net.minecraft.network.FriendlyByteBuf buffer, IDecayingItemCookingRecipe<?> recipe) protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe>
voidtoNetworkInternal(net.minecraft.network.FriendlyByteBuf buffer, IDecayingItemCookingRecipe<R> recipe) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeRecipeSerializer
fromJson
-
Constructor Details
-
DecayingItemCookingRecipeSerializer
public DecayingItemCookingRecipeSerializer()
-
-
Method Details
-
fromJson
public IDecayingItemCookingRecipe<?> fromJson(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json) - Specified by:
fromJsonin interfacenet.minecraft.world.item.crafting.RecipeSerializer<IDecayingItemCookingRecipe<?>>
-
fromJsonInternal
protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe> IDecayingItemCookingRecipe<R> fromJsonInternal(net.minecraft.resources.ResourceLocation recipeId, com.google.gson.JsonObject json) -
fromNetwork
@Nullable public IDecayingItemCookingRecipe<?> fromNetwork(net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer) - Specified by:
fromNetworkin interfacenet.minecraft.world.item.crafting.RecipeSerializer<IDecayingItemCookingRecipe<?>>
-
fromNetworkInternal
protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe> IDecayingItemCookingRecipe<R> fromNetworkInternal(net.minecraft.resources.ResourceLocation recipeId, net.minecraft.network.FriendlyByteBuf buffer) -
toNetwork
public void toNetwork(net.minecraft.network.FriendlyByteBuf buffer, IDecayingItemCookingRecipe<?> recipe) - Specified by:
toNetworkin interfacenet.minecraft.world.item.crafting.RecipeSerializer<IDecayingItemCookingRecipe<?>>
-
toNetworkInternal
protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe> void toNetworkInternal(net.minecraft.network.FriendlyByteBuf buffer, IDecayingItemCookingRecipe<R> recipe) -
getWrappedSerializer
protected <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe> net.minecraft.world.item.crafting.RecipeSerializer<R> getWrappedSerializer(net.minecraft.resources.ResourceLocation id) -
getWrapped
public <R extends net.minecraft.world.item.crafting.AbstractCookingRecipe> IDecayingItemCookingRecipe<R> getWrapped(R recipe)
-