Uses of Record Class
net.minecraft.recipe.RecipeDisplayEntry
Packages that use RecipeDisplayEntry
Package
Description
-
Uses of RecipeDisplayEntry in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook with type parameters of type RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final List
<RecipeDisplayEntry> RecipeResultCollection.entries
Methods in net.minecraft.client.gui.screen.recipebook that return types with arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionRecipeResultCollection.filter
(RecipeResultCollection.RecipeFilterMode filterMode) RecipeResultCollection.getAllRecipes()
Constructor parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeDisplayEntry -
Uses of RecipeDisplayEntry in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final Map
<NetworkRecipeId, RecipeDisplayEntry> ClientRecipeBook.recipes
Methods in net.minecraft.client.recipebook that return types with arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap
(Iterable<RecipeDisplayEntry> recipes) Methods in net.minecraft.client.recipebook with parameters of type RecipeDisplayEntryMethod parameters in net.minecraft.client.recipebook with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap
(Iterable<RecipeDisplayEntry> recipes) -
Uses of RecipeDisplayEntry in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final RecipeDisplayEntry
RecipeBookAddS2CPacket.Entry.contents
The field for thecontents
record component.Methods in net.minecraft.network.packet.s2c.play that return RecipeDisplayEntryModifier and TypeMethodDescriptionRecipeBookAddS2CPacket.Entry.contents()
Returns the value of thecontents
record component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type RecipeDisplayEntryModifierConstructorDescriptionEntry
(RecipeDisplayEntry display, boolean showNotification, boolean highlighted) Entry
(RecipeDisplayEntry recipeDisplayEntry, byte byte2) -
Uses of RecipeDisplayEntry in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final RecipeDisplayEntry
ServerRecipeManager.ServerRecipe.display
The field for thedisplay
record component.Fields in net.minecraft.recipe with type parameters of type RecipeDisplayEntryModifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, RecipeDisplayEntry> RecipeDisplayEntry.PACKET_CODEC
Methods in net.minecraft.recipe that return RecipeDisplayEntryModifier and TypeMethodDescriptionServerRecipeManager.ServerRecipe.display()
Returns the value of thedisplay
record component.Method parameters in net.minecraft.recipe with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoid
ServerRecipeManager.forEachRecipeDisplay
(RegistryKey<Recipe<?>> key, Consumer<RecipeDisplayEntry> action) Constructors in net.minecraft.recipe with parameters of type RecipeDisplayEntryModifierConstructorDescriptionServerRecipe
(RecipeDisplayEntry recipeDisplayEntry, RecipeEntry<?> recipeEntry) -
Uses of RecipeDisplayEntry in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoid
ServerRecipeBook.DisplayCollector.displaysForRecipe
(RegistryKey<Recipe<?>> recipeKey, Consumer<RecipeDisplayEntry> adder)