Uses of Interface
net.minecraft.recipe.display.RecipeDisplay
Packages that use RecipeDisplay
Package
Description
The base package for all Minecraft classes.
-
Uses of RecipeDisplay in net.minecraft
Fields in net.minecraft declared as RecipeDisplayModifier and TypeFieldDescriptionprivate final RecipeDisplayclass_10297.displayThe field for thedisplayrecord component.Methods in net.minecraft that return RecipeDisplayModifier and TypeMethodDescriptionclass_10297.display()Returns the value of thedisplayrecord component.Constructors in net.minecraft with parameters of type RecipeDisplayModifierConstructorDescriptionclass_10297(class_10298 class_10298, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, Optional<List<Ingredient>> optional) -
Uses of RecipeDisplay in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type RecipeDisplayModifier and TypeMethodDescriptionvoidRecipeBookScreen.method_64862(RecipeDisplay 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 recipeDisplay, SlotDisplay.Context context) private static List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> RecipeAlternativesWidget.CraftingAlternativeButtonWidget.collectInputSlots(RecipeDisplay recipeDisplay, SlotDisplay.Context context) voidRecipeBookProvider.method_64862(RecipeDisplay recipeDisplay) protected voidAbstractCraftingRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, RecipeDisplay recipeDisplay, SlotDisplay.Context context) protected voidAbstractFurnaceRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, RecipeDisplay recipeDisplay, SlotDisplay.Context context) protected abstract voidRecipeBookWidget.method_64868(GhostRecipe ghostRecipe, RecipeDisplay recipeDisplay, SlotDisplay.Context context) private booleanAbstractCraftingRecipeBookWidget.method_64870(RecipeDisplay recipeDisplay) voidRecipeBookWidget.method_64875(RecipeDisplay recipeDisplay) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeDisplayModifier and TypeMethodDescriptionvoidRecipeResultCollection.method_64884(RecipeFinder recipeFinder, Predicate<RecipeDisplay> predicate) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type RecipeDisplayModifierConstructorDescriptionCraftingAlternativeButtonWidget(int x, int y, class_10298 class_10298, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) FurnaceAlternativeButtonWidget(int x, int y, class_10298 class_10298, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) -
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 recipeDisplay) -
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
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() -
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()