Uses of Interface
net.minecraft.recipe.display.RecipeDisplay
Package
Description
-
Uses of RecipeDisplay in net.minecraft.client.gui.screen.ingame
-
Uses of RecipeDisplay in net.minecraft.client.gui.screen.recipebook
Modifier 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) Modifier and TypeMethodDescriptionvoid
RecipeResultCollection.populateRecipes
(RecipeFinder finder, Predicate<RecipeDisplay> displayablePredicate) ModifierConstructorDescriptionCraftingAlternativeButtonWidget
(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
Modifier and TypeMethodDescriptionstatic void
RecipeToast.show
(ToastManager toastManager, RecipeDisplay display) -
Uses of RecipeDisplay in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final RecipeDisplay
CraftFailedResponseS2CPacket.recipeDisplay
The field for therecipeDisplay
record component.Modifier and TypeMethodDescriptionCraftFailedResponseS2CPacket.recipeDisplay()
Returns the value of therecipeDisplay
record component.ModifierConstructorDescriptionCraftFailedResponseS2CPacket
(int int2, RecipeDisplay recipeDisplay) -
Uses of RecipeDisplay in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate final RecipeDisplay
RecipeDisplayEntry.display
The field for thedisplay
record component.Modifier and TypeMethodDescriptionRecipeDisplayEntry.display()
Returns the value of thedisplay
record component.Modifier 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
ModifierConstructorDescriptionRecipeDisplayEntry
(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookCategory recipeBookCategory, Optional<List<Ingredient>> optional) -
Uses of RecipeDisplay in net.minecraft.recipe.display
Modifier and TypeClassDescriptionstatic final record
RecipeDisplay.Serializer<T extends RecipeDisplay>
Modifier and TypeClassDescriptionfinal record
final record
final record
final record
final record
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<RecipeDisplay> RecipeDisplay.CODEC
static final PacketCodec
<RegistryByteBuf, RecipeDisplay> RecipeDisplay.STREAM_CODEC
Modifier and TypeMethodDescriptionRecipeDisplay.Serializer
<? extends RecipeDisplay> RecipeDisplay.serializer()