Uses of Record Class
net.minecraft.recipe.RecipeDisplayEntry
Package
Description
-
Uses of RecipeDisplayEntry in net.minecraft.client.gui.screen.recipebook
Modifier and TypeFieldDescriptionprivate final List
<RecipeDisplayEntry> RecipeResultCollection.entries
Modifier and TypeMethodDescriptionRecipeResultCollection.filter
(RecipeResultCollection.RecipeFilterMode filterMode) RecipeResultCollection.getAllRecipes()
Modifier and TypeMethodDescriptionprivate static boolean
RecipeResultCollection.shouldHaveSingleOutput
(List<RecipeDisplayEntry> recipes) -
Uses of RecipeDisplayEntry in net.minecraft.client.recipebook
Modifier and TypeFieldDescriptionprivate final Map
<NetworkRecipeId, RecipeDisplayEntry> ClientRecipeBook.recipes
Modifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap
(Iterable<RecipeDisplayEntry> recipes) Modifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.toGroupedMap
(Iterable<RecipeDisplayEntry> recipes) -
Uses of RecipeDisplayEntry in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final RecipeDisplayEntry
RecipeBookAddS2CPacket.Entry.contents
The field for thecontents
record component.Modifier and TypeMethodDescriptionRecipeBookAddS2CPacket.Entry.contents()
Returns the value of thecontents
record component.ModifierConstructorDescriptionEntry
(RecipeDisplayEntry display, boolean showNotification, boolean highlighted) Entry
(RecipeDisplayEntry recipeDisplayEntry, byte byte2) -
Uses of RecipeDisplayEntry in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate final RecipeDisplayEntry
ServerRecipeManager.ServerRecipe.display
The field for thedisplay
record component.Modifier and TypeFieldDescriptionstatic final PacketCodec
<RegistryByteBuf, RecipeDisplayEntry> RecipeDisplayEntry.PACKET_CODEC
Modifier and TypeMethodDescriptionServerRecipeManager.ServerRecipe.display()
Returns the value of thedisplay
record component.Modifier and TypeMethodDescriptionvoid
ServerRecipeManager.forEachRecipeDisplay
(RegistryKey<Recipe<?>> key, Consumer<RecipeDisplayEntry> action) ModifierConstructorDescriptionServerRecipe
(RecipeDisplayEntry recipeDisplayEntry, RecipeEntry<?> recipeEntry) -
Uses of RecipeDisplayEntry in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerRecipeBook.DisplayCollector.displaysForRecipe
(RegistryKey<Recipe<?>> recipeKey, Consumer<RecipeDisplayEntry> adder)