Uses of Class
net.minecraft.recipe.PotatoRefinementRecipe
Packages that use PotatoRefinementRecipe
-
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) -
Uses of PotatoRefinementRecipe in net.minecraft.screen
Fields in net.minecraft.screen with type parameters of type PotatoRefinementRecipeModifier and TypeFieldDescriptionprivate final RecipeType<PotatoRefinementRecipe> PotatoRefineryScreenHandler.recipeTypeConstructor parameters in net.minecraft.screen with type arguments of type PotatoRefinementRecipeModifierConstructorDescriptionprivatePotatoRefineryScreenHandler(ScreenHandlerType<?> type, RecipeType<PotatoRefinementRecipe> recipeType, RecipeBookCategory recipeBookCategory, int syncId, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)