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, SlotDisplay.Context context) private booleanAbstractCraftingRecipeBookWidget.canDisplay(RecipeDisplay display) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(RecipeDisplay display, SlotDisplay.Context context) voidRecipeBookProvider.onCraftFailed(RecipeDisplay display) voidRecipeBookWidget.onCraftFailed(RecipeDisplay display) protected voidAbstractCraftingRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, SlotDisplay.Context context) protected voidAbstractFurnaceRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, SlotDisplay.Context context) protected abstract voidRecipeBookWidget.showGhostRecipe(GhostRecipe ghostRecipe, RecipeDisplay display, SlotDisplay.Context context) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoidRecipeResultCollection.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, SlotDisplay.Context context, boolean craftable) FurnaceAlternativeButtonWidget(int x, int y, NetworkRecipeId recipeId, RecipeDisplay display, SlotDisplay.Context context, boolean craftable) -
Uses of RecipeDisplay in net.minecraft.client.toast
Methods in net.minecraft.client.toast with parameters of type RecipeDisplayModifier and TypeMethodDescriptionstatic voidRecipeToast.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 RecipeDisplayCraftFailedResponseS2CPacket.recipeDisplayThe field for therecipeDisplayrecord component.Methods in net.minecraft.network.packet.s2c.play that return RecipeDisplayModifier and TypeMethodDescriptionCraftFailedResponseS2CPacket.recipeDisplay()Returns the value of therecipeDisplayrecord 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 RecipeDisplayRecipeDisplayEntry.displayThe field for thedisplayrecord component.Methods in net.minecraft.recipe that return RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplayEntry.display()Returns the value of thedisplayrecord component.Methods in net.minecraft.recipe that return types with arguments of type RecipeDisplayModifier and TypeMethodDescriptionAbstractCookingRecipe.getDisplays()default List<RecipeDisplay> Recipe.getDisplays()ShapedRecipe.getDisplays()ShapelessRecipe.getDisplays()SmithingTransformRecipe.getDisplays()SmithingTrimRecipe.getDisplays()StonecuttingRecipe.getDisplays()TransmuteRecipe.getDisplays()Constructors in net.minecraft.recipe with parameters of type RecipeDisplayModifierConstructorDescriptionRecipeDisplayEntry(NetworkRecipeId networkRecipeId, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, 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 recordRecipeDisplay.Serializer<T extends RecipeDisplay>Classes in net.minecraft.recipe.display that implement RecipeDisplayModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.recipe.display with type parameters of type RecipeDisplayModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<RecipeDisplay> RecipeDisplay.CODECstatic final PacketCodec<RegistryByteBuf, RecipeDisplay> RecipeDisplay.STREAM_CODECMethods in net.minecraft.recipe.display that return types with arguments of type RecipeDisplayModifier and TypeMethodDescriptionRecipeDisplay.Serializer<? extends RecipeDisplay> RecipeDisplay.serializer()