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.knownMethods 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 RecipeDisplayEntryClientboundRecipeBookAddPacket.Entry.contentsThe field for thecontentsrecord component.Methods in net.minecraft.network.protocol.game that return RecipeDisplayEntryModifier and TypeMethodDescriptionClientboundRecipeBookAddPacket.Entry.contents()Returns the value of thecontentsrecord 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 aEntryrecord class. -
Uses of RecipeDisplayEntry in net.minecraft.stats
Method parameters in net.minecraft.stats with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoidServerRecipeBook.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 RecipeDisplayEntryRecipeManager.ServerDisplayInfo.displayThe field for thedisplayrecord component.Methods in net.minecraft.world.item.crafting that return RecipeDisplayEntryModifier and TypeMethodDescriptionRecipeManager.ServerDisplayInfo.display()Returns the value of thedisplayrecord component.Method parameters in net.minecraft.world.item.crafting with type arguments of type RecipeDisplayEntryModifier and TypeMethodDescriptionvoidRecipeManager.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 aServerDisplayInforecord 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