Uses of Class
net.minecraft.recipe.PotatoRefinementRecipe
Packages that use PotatoRefinementRecipe
Package
Description
The base package for all Minecraft classes.
-
Uses of PotatoRefinementRecipe in net.minecraft
Fields in net.minecraft with type parameters of type PotatoRefinementRecipeModifier and TypeFieldDescriptionprivate final RecipeType<PotatoRefinementRecipe> class_9522.field_50580Constructor parameters in net.minecraft with type arguments of type PotatoRefinementRecipeModifierConstructorDescriptionprivateclass_9522(ScreenHandlerType<?> screenHandlerType, RecipeType<PotatoRefinementRecipe> recipeType, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate) -
Uses of PotatoRefinementRecipe in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type PotatoRefinementRecipeModifier and TypeFieldDescriptionprivate final RecipeEntry<PotatoRefinementRecipe> PotatoRefineryBlockEntity.JsonRecipe.recipeHolderThe field for therecipeHolderrecord component.Methods in net.minecraft.block.entity that return types with arguments of type PotatoRefinementRecipeModifier and TypeMethodDescriptionPotatoRefineryBlockEntity.JsonRecipe.recipeHolder()Returns the value of therecipeHolderrecord component.Constructor parameters in net.minecraft.block.entity with type arguments of type PotatoRefinementRecipeModifierConstructorDescription(package private)JsonRecipe(RecipeEntry<PotatoRefinementRecipe> recipeEntry) -
Uses of PotatoRefinementRecipe in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type PotatoRefinementRecipeModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<PotatoRefinementRecipe> PotatoRefinementRecipe.Serializer.CODECstatic final PacketCodec<RegistryByteBuf, PotatoRefinementRecipe> PotatoRefinementRecipe.Serializer.PACKET_CODECstatic final RecipeSerializer<PotatoRefinementRecipe> RecipeSerializer.POTATO_REFINEMENTstatic final RecipeType<PotatoRefinementRecipe> RecipeType.POTATO_REFINEMENTMethods in net.minecraft.recipe that return PotatoRefinementRecipeModifier and TypeMethodDescriptionprivate static PotatoRefinementRecipePotatoRefinementRecipe.Serializer.fromPacket(RegistryByteBuf buf) Methods in net.minecraft.recipe that return types with arguments of type PotatoRefinementRecipeModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<PotatoRefinementRecipe> PotatoRefinementRecipe.Serializer.codec()PotatoRefinementRecipe.Serializer.packetCodec()Methods in net.minecraft.recipe with parameters of type PotatoRefinementRecipeModifier and TypeMethodDescriptionprivate static voidPotatoRefinementRecipe.Serializer.toPacket(RegistryByteBuf registryByteBuf, PotatoRefinementRecipe buf)