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 pToastManager, RecipeDisplay pRecipeDisplay) -
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 pRecipeDisplay) -
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 pRecipeDisplay, ContextMap pContextMap) private static List
<OverlayRecipeComponent.OverlayRecipeButton.Pos> OverlayRecipeComponent.OverlaySmeltingRecipeButton.calculateIngredientsPositions
(RecipeDisplay pRecipeDisplay, ContextMap pContextMap) private boolean
CraftingRecipeBookComponent.canDisplay
(RecipeDisplay p_379470_) protected void
CraftingRecipeBookComponent.fillGhostRecipe
(GhostSlots pGhostSlots, RecipeDisplay pRecipeDisplay, ContextMap pContextMap) protected void
FurnaceRecipeBookComponent.fillGhostRecipe
(GhostSlots pGhostSlots, RecipeDisplay pRecipeDisplay, ContextMap pContextMap) protected abstract void
RecipeBookComponent.fillGhostRecipe
(GhostSlots pGhostSlots, RecipeDisplay pRecipeDisplay, ContextMap pContextMap) void
RecipeBookComponent.fillGhostRecipe
(RecipeDisplay pRecipeDisplay) void
RecipeUpdateListener.fillGhostRecipe
(RecipeDisplay pRecipeDisplay) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoid
RecipeCollection.selectRecipes
(StackedItemContents pStackedItemContents, Predicate<RecipeDisplay> pFilter) Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayModifierConstructorDescriptionOverlayCraftingRecipeButton
(int pX, int pY, RecipeDisplayId pRecipe, RecipeDisplay pRecipeDisplay, ContextMap pContextMap, boolean pIsCraftable) OverlaySmeltingRecipeButton
(int pX, int pY, RecipeDisplayId pRecipe, RecipeDisplay pRecipeDisplay, ContextMap pContextMap, boolean pIsCraftable) -
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.