Uses of Interface
net.minecraft.world.item.crafting.display.RecipeDisplay
Packages that use RecipeDisplay
Package
Description
-
Uses of RecipeDisplay in net.minecraft.client.gui.components.toasts
Methods in net.minecraft.client.gui.components.toasts with parameters of type RecipeDisplayModifier and TypeMethodDescriptionstatic void
RecipeToast.addOrUpdate
(ToastManager p_362446_, RecipeDisplay p_380080_) -
Uses of RecipeDisplay in net.minecraft.client.gui.screens.inventory
Methods in net.minecraft.client.gui.screens.inventory with parameters of type RecipeDisplayModifier and TypeMethodDescriptionvoid
AbstractRecipeBookScreen.fillGhostRecipe
(RecipeDisplay p_379988_) -
Uses of RecipeDisplay in net.minecraft.client.gui.screens.recipebook
Methods in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayModifier and TypeMethodDescriptionprivate static List
<OverlayRecipeComponent.OverlayRecipeButton.Pos> OverlayRecipeComponent.OverlayCraftingRecipeButton.calculateIngredientsPositions
(RecipeDisplay p_380007_, ContextMap p_381009_) private static List
<OverlayRecipeComponent.OverlayRecipeButton.Pos> OverlayRecipeComponent.OverlaySmeltingRecipeButton.calculateIngredientsPositions
(RecipeDisplay p_379813_, ContextMap p_381001_) private boolean
CraftingRecipeBookComponent.canDisplay
(RecipeDisplay p_379470_) protected void
CraftingRecipeBookComponent.fillGhostRecipe
(GhostSlots p_379930_, RecipeDisplay p_379870_, ContextMap p_380956_) protected void
FurnaceRecipeBookComponent.fillGhostRecipe
(GhostSlots p_379383_, RecipeDisplay p_380318_, ContextMap p_380984_) protected abstract void
RecipeBookComponent.fillGhostRecipe
(GhostSlots p_380075_, RecipeDisplay p_379763_, ContextMap p_381016_) void
RecipeBookComponent.fillGhostRecipe
(RecipeDisplay p_379299_) void
RecipeUpdateListener.fillGhostRecipe
(RecipeDisplay p_379639_) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoid
RecipeCollection.selectRecipes
(StackedItemContents p_379685_, Predicate<RecipeDisplay> p_379624_) Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayModifierConstructorDescriptionOverlayCraftingRecipeButton
(int p_365371_, int p_362152_, RecipeDisplayId p_379848_, RecipeDisplay p_379906_, ContextMap p_381098_, boolean p_361389_) OverlaySmeltingRecipeButton
(int p_100262_, int p_100263_, RecipeDisplayId p_379828_, RecipeDisplay p_380374_, ContextMap p_381025_, boolean p_100265_) -
Uses of RecipeDisplay in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RecipeDisplayModifier and TypeFieldDescriptionprivate final RecipeDisplay
ClientboundPlaceGhostRecipePacket.recipeDisplay
The field for therecipeDisplay
record component.Methods in net.minecraft.network.protocol.game that return RecipeDisplayModifier and TypeMethodDescriptionClientboundPlaceGhostRecipePacket.recipeDisplay()
Returns the value of therecipeDisplay
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeDisplayModifierConstructorDescriptionClientboundPlaceGhostRecipePacket
(int containerId, RecipeDisplay recipeDisplay) Creates an instance of aClientboundPlaceGhostRecipePacket
record class. -
Uses of RecipeDisplay in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting that return types with arguments of type RecipeDisplay -
Uses of RecipeDisplay in net.minecraft.world.item.crafting.display
Classes in net.minecraft.world.item.crafting.display with type parameters of type RecipeDisplayClasses in net.minecraft.world.item.crafting.display that implement RecipeDisplayModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
Fields in net.minecraft.world.item.crafting.display declared as RecipeDisplayModifier and TypeFieldDescriptionprivate final RecipeDisplay
RecipeDisplayEntry.display
The field for thedisplay
record component.Fields in net.minecraft.world.item.crafting.display with type parameters of type RecipeDisplayModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RecipeDisplay> RecipeDisplay.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, RecipeDisplay> RecipeDisplay.STREAM_CODEC
Methods in net.minecraft.world.item.crafting.display that return RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplayEntry.display()
Returns the value of thedisplay
record component.Methods in net.minecraft.world.item.crafting.display that return types with arguments of type RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplay.Type
<? extends RecipeDisplay> RecipeDisplay.type()
Constructors in net.minecraft.world.item.crafting.display with parameters of type RecipeDisplayModifierConstructorDescriptionRecipeDisplayEntry
(RecipeDisplayId id, RecipeDisplay display, OptionalInt group, RecipeBookCategory category, Optional<List<Ingredient>> craftingRequirements) Creates an instance of aRecipeDisplayEntry
record class.