Uses of Interface
net.minecraft.recipe.display.RecipeDisplay
Packages that use RecipeDisplay
Package
Description
-
Uses of RecipeDisplay in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type RecipeDisplay -
Uses of RecipeDisplay in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeDisplayModifier and TypeMethodDescriptionprivate static List
<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.FurnaceAlternativeButtonWidget.alignRecipe
(RecipeDisplay display, ContextParameterMap context) private boolean
AbstractCraftingRecipeBookWidget.canDisplay
(RecipeDisplay display) private static List
<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots
(RecipeDisplay display, ContextParameterMap context) void
RecipeBookProvider.onCraftFailed
(RecipeDisplay display) void
RecipeBookWidget.onCraftFailed
(RecipeDisplay display) protected void
AbstractCraftingRecipeBookWidget.showGhostRecipe
(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) protected void
AbstractFurnaceRecipeBookWidget.showGhostRecipe
(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) protected abstract void
RecipeBookWidget.showGhostRecipe
(GhostRecipe ghostRecipe, RecipeDisplay display, ContextParameterMap context) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoid
RecipeResultCollection.populateRecipes
(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeDisplayModifierConstructorDescriptionCraftingAlternativeButtonWidget
(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, ContextParameterMap context, boolean craftable) FurnaceAlternativeButtonWidget
(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, ContextParameterMap context, boolean craftable) -
Uses of RecipeDisplay in net.minecraft.client.toast
Methods in net.minecraft.client.toast with parameters of type RecipeDisplayModifier and TypeMethodDescriptionstatic void
RecipeToast.show
(ToastManager toastManager, RecipeDisplay display) -
Uses of RecipeDisplay in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as RecipeDisplayModifier and TypeFieldDescriptionprivate final RecipeDisplay
CraftFailedResponseS2CPacket.recipeDisplay
The field for therecipeDisplay
record component.Methods in net.minecraft.network.packet.s2c.play that return RecipeDisplayModifier and TypeMethodDescriptionCraftFailedResponseS2CPacket.recipeDisplay()
Returns the value of therecipeDisplay
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type RecipeDisplayModifierConstructorDescriptionCraftFailedResponseS2CPacket
(int int2, RecipeDisplay recipeDisplay) -
Uses of RecipeDisplay in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeDisplayModifier and TypeFieldDescriptionprivate final RecipeDisplay
RecipeDisplayEntry.display
The field for thedisplay
record component.Methods in net.minecraft.recipe that return RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplayEntry.display()
Returns the value of thedisplay
record component.Methods in net.minecraft.recipe that return types with arguments of type RecipeDisplayModifier and TypeMethodDescriptionAbstractCookingRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
default List
<RecipeDisplay> Recipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
ShapedRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
ShapelessRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
SmithingTransformRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
SmithingTrimRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
StonecuttingRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
TransmuteRecipe.getDisplays()
invalid reference
list of recipe displays corresponding to the recipe
Constructors in net.minecraft.recipe with parameters of type RecipeDisplayModifierConstructorDescriptionRecipeDisplayEntry
(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookCategory recipeBookCategory, Optional<List<Ingredient>> optional) -
Uses of RecipeDisplay in net.minecraft.recipe.display
Classes in net.minecraft.recipe.display with type parameters of type RecipeDisplayModifier and TypeClassDescriptionstatic final record
RecipeDisplay.Serializer<T extends RecipeDisplay>
Classes in net.minecraft.recipe.display that implement RecipeDisplayModifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
Fields in net.minecraft.recipe.display with type parameters of type RecipeDisplayModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RecipeDisplay> RecipeDisplay.CODEC
static final PacketCodec
<RegistryByteBuf, RecipeDisplay> RecipeDisplay.STREAM_CODEC
Methods in net.minecraft.recipe.display that return types with arguments of type RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplay.Serializer
<? extends RecipeDisplay> RecipeDisplay.serializer()