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 voidRecipeToast.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 TypeMethodDescriptionvoidAbstractRecipeBookScreen.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 pRecipeDisplay, ContextMap pContextMap) private static List<OverlayRecipeComponent.OverlayRecipeButton.Pos> OverlayRecipeComponent.OverlaySmeltingRecipeButton.calculateIngredientsPositions(RecipeDisplay pRecipeDisplay, ContextMap pContextMap) private booleanCraftingRecipeBookComponent.canDisplay(RecipeDisplay pRecipeDisplay) protected voidCraftingRecipeBookComponent.fillGhostRecipe(GhostSlots p_379930_, RecipeDisplay p_379870_, ContextMap p_380956_) protected voidFurnaceRecipeBookComponent.fillGhostRecipe(GhostSlots p_379383_, RecipeDisplay p_380318_, ContextMap p_380984_) protected abstract voidRecipeBookComponent.fillGhostRecipe(GhostSlots pGhostSlots, RecipeDisplay pRecipeDisplay, ContextMap pContextMap) voidRecipeBookComponent.fillGhostRecipe(RecipeDisplay pRecipeDisplay) voidRecipeUpdateListener.fillGhostRecipe(RecipeDisplay pRecipeDisplay) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoidRecipeCollection.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 RecipeDisplayClientboundPlaceGhostRecipePacket.recipeDisplayThe field for therecipeDisplayrecord component.Methods in net.minecraft.network.protocol.game that return RecipeDisplayModifier and TypeMethodDescriptionClientboundPlaceGhostRecipePacket.recipeDisplay()Returns the value of therecipeDisplayrecord component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeDisplayModifierConstructorDescriptionClientboundPlaceGhostRecipePacket(int containerId, RecipeDisplay recipeDisplay) Creates an instance of aClientboundPlaceGhostRecipePacketrecord 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 recordfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.world.item.crafting.display declared as RecipeDisplayModifier and TypeFieldDescriptionprivate final RecipeDisplayRecipeDisplayEntry.displayThe field for thedisplayrecord component.Fields in net.minecraft.world.item.crafting.display with type parameters of type RecipeDisplayModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RecipeDisplay> RecipeDisplay.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, RecipeDisplay> RecipeDisplay.STREAM_CODECMethods in net.minecraft.world.item.crafting.display that return RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplayEntry.display()Returns the value of thedisplayrecord 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 aRecipeDisplayEntryrecord class.