Uses of Record Class
net.minecraft.class_10297
Packages that use class_10297
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10297 in net.minecraft
Fields in net.minecraft with type parameters of type class_10297Modifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, class_10297> class_10297.CODEC -
Uses of class_10297 in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook with type parameters of type class_10297Modifier and TypeFieldDescriptionprivate final List<class_10297> RecipeResultCollection.field_54835Methods in net.minecraft.client.gui.screen.recipebook that return types with arguments of type class_10297Modifier and TypeMethodDescriptionRecipeResultCollection.getAllRecipes()RecipeResultCollection.method_64885(RecipeResultCollection.RecipeFilterMode recipeFilterMode) Method parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type class_10297Modifier and TypeMethodDescriptionprivate static booleanRecipeResultCollection.shouldHaveSingleOutput(List<class_10297> list) Constructor parameters in net.minecraft.client.gui.screen.recipebook with type arguments of type class_10297 -
Uses of class_10297 in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type class_10297Modifier and TypeFieldDescriptionprivate final Map<class_10298, class_10297> ClientRecipeBook.field_54810Methods in net.minecraft.client.recipebook that return types with arguments of type class_10297Modifier and TypeMethodDescriptionprivate static Map<RecipeBookGroup, List<List<class_10297>>> ClientRecipeBook.toGroupedMap(Iterable<class_10297> recipes) Methods in net.minecraft.client.recipebook with parameters of type class_10297Method parameters in net.minecraft.client.recipebook with type arguments of type class_10297Modifier and TypeMethodDescriptionprivate static Map<RecipeBookGroup, List<List<class_10297>>> ClientRecipeBook.toGroupedMap(Iterable<class_10297> recipes) -
Uses of class_10297 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as class_10297Modifier and TypeFieldDescriptionprivate final class_10297RecipeBookAddS2CPacket.Entry.contentsThe field for thecontentsrecord component.Methods in net.minecraft.network.packet.s2c.play that return class_10297Modifier and TypeMethodDescriptionRecipeBookAddS2CPacket.Entry.contents()Returns the value of thecontentsrecord component.Constructors in net.minecraft.network.packet.s2c.play with parameters of type class_10297ModifierConstructorDescriptionEntry(class_10297 class_10297, boolean bool, boolean bool2) Entry(class_10297 class_10297, byte byte2) -
Uses of class_10297 in net.minecraft.recipe
Fields in net.minecraft.recipe declared as class_10297Modifier and TypeFieldDescriptionprivate final class_10297RecipeManager.class_10288.displayThe field for thedisplayrecord component.Methods in net.minecraft.recipe that return class_10297Modifier and TypeMethodDescriptionRecipeManager.class_10288.display()Returns the value of thedisplayrecord component.Method parameters in net.minecraft.recipe with type arguments of type class_10297Modifier and TypeMethodDescriptionvoidRecipeManager.method_64679(RegistryKey<Recipe<?>> key, Consumer<class_10297> consumer) Constructors in net.minecraft.recipe with parameters of type class_10297 -
Uses of class_10297 in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type class_10297Modifier and TypeMethodDescriptionvoidServerRecipeBook.class_10271.displaysForRecipe(RegistryKey<Recipe<?>> registryKey, Consumer<class_10297> consumer)