Uses of Record Class
net.minecraft.recipe.RecipeContents
Packages that use RecipeContents
Package
Description
-
Uses of RecipeContents in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook with type parameters of type RecipeContentsModifier and TypeFieldDescriptionprivate final List<RecipeContents> RecipeResultCollection.field_54835Methods in net.minecraft.client.gui.screen.recipebook that return types with arguments of type RecipeContentsModifier and TypeMethodDescriptionRecipeResultCollection.getAllRecipes()RecipeResultCollection.method_64885(RecipeResultCollection.RecipeFilterMode recipeFilterMode) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeContentsModifier and TypeMethodDescriptionprivate static booleanRecipeResultCollection.shouldHaveSingleOutput(List<RecipeContents> list) Constructor parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type RecipeContents -
Uses of RecipeContents in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type RecipeContentsModifier and TypeFieldDescriptionprivate final Map<NetworkRecipeId, RecipeContents> ClientRecipeBook.field_54810Methods in net.minecraft.client.recipebook that return types with arguments of type RecipeContentsModifier and TypeMethodDescriptionprivate static Map<RecipeBookGroup, List<List<RecipeContents>>> ClientRecipeBook.toGroupedMap(Iterable<RecipeContents> recipes) Methods in net.minecraft.client.recipebook with parameters of type RecipeContentsModifier and TypeMethodDescriptionvoidClientRecipeBook.method_64849(RecipeContents recipeContents) Method parameters in net.minecraft.client.recipebook with type arguments of type RecipeContentsModifier and TypeMethodDescriptionprivate static Map<RecipeBookGroup, List<List<RecipeContents>>> ClientRecipeBook.toGroupedMap(Iterable<RecipeContents> recipes) -
Uses of RecipeContents in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as RecipeContentsModifier and TypeFieldDescriptionprivate final RecipeContentsRecipeBookAddS2CPacket.Entry.contentsThe field for thecontentsrecord component.Methods in net.minecraft.network.packet.s2c.play that return RecipeContentsModifier and TypeMethodDescriptionRecipeBookAddS2CPacket.Entry.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type RecipeContentsModifierConstructorDescriptionEntry(RecipeContents recipeContents, boolean bool, boolean bool2) Entry(RecipeContents recipeContents, byte byte2) -
Uses of RecipeContents in net.minecraft.recipe
Fields in net.minecraft.recipe declared as RecipeContentsModifier and TypeFieldDescriptionprivate final RecipeContentsServerRecipeManager.ServerRecipe.displayThe field for thedisplayrecord component.Fields in net.minecraft.recipe with type parameters of type RecipeContentsModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, RecipeContents> RecipeContents.PACKET_CODECMethods in net.minecraft.recipe that return RecipeContentsModifier and TypeMethodDescriptionServerRecipeManager.ServerRecipe.display()Returns the value of thedisplayrecord component.Method parameters in net.minecraft.recipe with type arguments of type RecipeContentsModifier and TypeMethodDescriptionvoidServerRecipeManager.method_64679(RegistryKey<Recipe<?>> key, Consumer<RecipeContents> consumer) Constructors in net.minecraft.recipe with parameters of type RecipeContentsModifierConstructorDescriptionServerRecipe(RecipeContents recipeContents, RecipeEntry<?> recipeEntry) -
Uses of RecipeContents in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type RecipeContentsModifier and TypeMethodDescriptionvoidServerRecipeBook.class_10271.displaysForRecipe(RegistryKey<Recipe<?>> registryKey, Consumer<RecipeContents> consumer)