Uses of Record Class
net.minecraft.world.item.crafting.display.RecipeDisplayEntry
Packages that use RecipeDisplayEntry
Package
Description
-
Uses of RecipeDisplayEntry in net.minecraft.client
Fields in net.minecraft.client with type parameters of type RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final Map
<RecipeDisplayId, RecipeDisplayEntry> ClientRecipeBook.known
Methods in net.minecraft.client that return types with arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.categorizeAndGroupRecipes
(Iterable<RecipeDisplayEntry> pRecipes) Methods in net.minecraft.client with parameters of type RecipeDisplayEntryMethod parameters in net.minecraft.client with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionprivate static Map
<RecipeBookCategory, List<List<RecipeDisplayEntry>>> ClientRecipeBook.categorizeAndGroupRecipes
(Iterable<RecipeDisplayEntry> pRecipes) -
Uses of RecipeDisplayEntry in net.minecraft.client.gui.screens.recipebook
Fields in net.minecraft.client.gui.screens.recipebook with type parameters of type RecipeDisplayEntryMethods in net.minecraft.client.gui.screens.recipebook that return types with arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionRecipeCollection.getRecipes()
RecipeCollection.getSelectedRecipes
(RecipeCollection.CraftableStatus pCraftableStatus) Constructor parameters in net.minecraft.client.gui.screens.recipebook with type arguments of type RecipeDisplayEntry -
Uses of RecipeDisplayEntry in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final RecipeDisplayEntry
ClientboundRecipeBookAddPacket.Entry.contents
The field for thecontents
record component.Methods in net.minecraft.network.protocol.game that return RecipeDisplayEntryModifier and TypeMethodDescriptionClientboundRecipeBookAddPacket.Entry.contents()
Returns the value of thecontents
record component.Constructors in net.minecraft.network.protocol.game with parameters of type RecipeDisplayEntryModifierConstructorDescriptionEntry
(RecipeDisplayEntry p_379464_, boolean p_379564_, boolean p_380200_) Entry
(RecipeDisplayEntry contents, byte flags) Creates an instance of aEntry
record class. -
Uses of RecipeDisplayEntry in net.minecraft.stats
Method parameters in net.minecraft.stats with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoid
ServerRecipeBook.DisplayResolver.displaysForRecipe
(ResourceKey<Recipe<?>> pRecipe, Consumer<RecipeDisplayEntry> pOutput) -
Uses of RecipeDisplayEntry in net.minecraft.world.item.crafting
Fields in net.minecraft.world.item.crafting declared as RecipeDisplayEntryModifier and TypeFieldDescriptionprivate final RecipeDisplayEntry
RecipeManager.ServerDisplayInfo.display
The field for thedisplay
record component.Methods in net.minecraft.world.item.crafting that return RecipeDisplayEntryModifier and TypeMethodDescriptionRecipeManager.ServerDisplayInfo.display()
Returns the value of thedisplay
record component.Method parameters in net.minecraft.world.item.crafting with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoid
RecipeManager.listDisplaysForRecipe
(ResourceKey<Recipe<?>> pRecipe, Consumer<RecipeDisplayEntry> pOutput) Constructors in net.minecraft.world.item.crafting with parameters of type RecipeDisplayEntryModifierConstructorDescriptionServerDisplayInfo
(RecipeDisplayEntry display, RecipeHolder<?> parent) Creates an instance of aServerDisplayInfo
record class. -
Uses of RecipeDisplayEntry in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display with type parameters of type RecipeDisplayEntryModifier and TypeFieldDescriptionstatic final StreamCodec
<RegistryFriendlyByteBuf, RecipeDisplayEntry> RecipeDisplayEntry.STREAM_CODEC