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.entriesMethods 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.recipesMethods 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 RecipeDisplayEntryRecipeBookAddS2CPacket.Entry.contentsThe field for thecontentsrecord component.Methods in net.minecraft.network.packet.s2c.play that return RecipeDisplayEntryModifier and TypeMethodDescriptionRecipeBookAddS2CPacket.Entry.contents()Returns the value of thecontentsrecord 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 RecipeDisplayEntryServerRecipeManager.ServerRecipe.displayThe field for thedisplayrecord component.Fields in net.minecraft.recipe with type parameters of type RecipeDisplayEntryModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, RecipeDisplayEntry> RecipeDisplayEntry.PACKET_CODECMethods in net.minecraft.recipe that return RecipeDisplayEntryModifier and TypeMethodDescriptionServerRecipeManager.ServerRecipe.display()Returns the value of thedisplayrecord component.Method parameters in net.minecraft.recipe with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoidServerRecipeManager.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 TypeMethodDescriptionvoidServerRecipeBook.DisplayCollector.displaysForRecipe(RegistryKey<Recipe<?>> recipeKey, Consumer<RecipeDisplayEntry> adder)