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 toastManager, RecipeDisplay recipe) -
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 display) -
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 recipe, ContextMap context) private static List<OverlayRecipeComponent.OverlayRecipeButton.Pos> OverlayRecipeComponent.OverlaySmeltingRecipeButton.calculateIngredientsPositions(RecipeDisplay recipe, ContextMap context) private booleanCraftingRecipeBookComponent.canDisplay(RecipeDisplay display) protected voidCraftingRecipeBookComponent.fillGhostRecipe(GhostSlots ghostSlots, RecipeDisplay recipe, ContextMap context) protected voidFurnaceRecipeBookComponent.fillGhostRecipe(GhostSlots ghostSlots, RecipeDisplay recipe, ContextMap context) protected abstract voidRecipeBookComponent.fillGhostRecipe(GhostSlots ghostSlots, RecipeDisplay recipe, ContextMap context) voidRecipeBookComponent.fillGhostRecipe(RecipeDisplay recipe) voidRecipeUpdateListener.fillGhostRecipe(RecipeDisplay display) Method parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoidRecipeCollection.selectRecipes(StackedItemContents stackedContents, Predicate<RecipeDisplay> selector) Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type RecipeDisplayModifierConstructorDescriptionOverlayCraftingRecipeButton(int x, int y, RecipeDisplayId id, RecipeDisplay recipe, ContextMap context, boolean isCraftable) OverlaySmeltingRecipeButton(int x, int y, RecipeDisplayId id, RecipeDisplay recipe, ContextMap context, boolean isCraftable) -
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 RecipeDisplayModifier and TypeMethodDescriptionAbstractCookingRecipe.display()DyeRecipe.display()ImbueRecipe.display()default List<RecipeDisplay> Recipe.display()ShapedRecipe.display()ShapelessRecipe.display()SmithingTransformRecipe.display()SmithingTrimRecipe.display()StonecutterRecipe.display()TransmuteRecipe.display() -
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.