Uses of Record Class
net.minecraft.class_10298
Packages that use class_10298
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10298 in net.minecraft
Fields in net.minecraft declared as class_10298Modifier and TypeFieldDescriptionprivate final class_10298class_10297.idThe field for theidrecord component.Fields in net.minecraft with type parameters of type class_10298Methods in net.minecraft that return class_10298Constructors in net.minecraft with parameters of type class_10298ModifierConstructorDescriptionclass_10297(class_10298 class_10298, RecipeDisplay recipeDisplay, OptionalInt optionalInt, RecipeBookGroup recipeBookGroup, Optional<List<Ingredient>> optional) -
Uses of class_10298 in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as class_10298Modifier and TypeFieldDescriptionprivate @Nullable class_10298RecipeBookWidget.field_54830private final class_10298AnimatedResultButton.class_10330.idThe field for theidrecord component.private @Nullable class_10298RecipeAlternativesWidget.lastClickedRecipeprivate @Nullable class_10298RecipeBookResults.lastClickedRecipe(package private) final class_10298RecipeAlternativesWidget.AlternativeButtonWidget.recipeprivate @Nullable class_10298RecipeBookWidget.selectedRecipeFields in net.minecraft.client.gui.screen.recipebook with type parameters of type class_10298Modifier and TypeFieldDescriptionprivate final Set<class_10298> RecipeResultCollection.craftableRecipesprivate final Set<class_10298> RecipeResultCollection.field_54836Methods in net.minecraft.client.gui.screen.recipebook that return class_10298Modifier and TypeMethodDescriptionRecipeAlternativesWidget.getLastClickedRecipe()AnimatedResultButton.class_10330.id()Returns the value of theidrecord component.RecipeBookResults.method_64878()AnimatedResultButton.method_64881()Methods in net.minecraft.client.gui.screen.recipebook with parameters of type class_10298Modifier and TypeMethodDescriptionbooleanRecipeResultCollection.isCraftable(class_10298 class_10298) voidRecipeBookWidget.method_64876(class_10298 class_10298) voidRecipeBookResults.method_64879(class_10298 class_10298) private booleanRecipeBookWidget.select(RecipeResultCollection results, class_10298 class_10298) Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type class_10298ModifierConstructorDescriptionAlternativeButtonWidget(int x, int y, class_10298 class_10298, boolean craftable, List<RecipeAlternativesWidget.AlternativeButtonWidget.InputSlot> inputSlots) (package private)class_10330(class_10298 class_10298, List<ItemStack> list) CraftingAlternativeButtonWidget(int x, int y, class_10298 class_10298, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) FurnaceAlternativeButtonWidget(int x, int y, class_10298 class_10298, RecipeDisplay recipeDisplay, SlotDisplay.Context context, boolean bool) -
Uses of class_10298 in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type class_10298Modifier and TypeMethodDescriptionvoidClientPlayerInteractionManager.clickRecipe(int syncId, class_10298 class_10298, boolean craftAll) voidClientPlayerEntity.onRecipeDisplayed(class_10298 class_10298) -
Uses of class_10298 in net.minecraft.client.recipebook
Fields in net.minecraft.client.recipebook with type parameters of type class_10298Modifier and TypeFieldDescriptionprivate final Map<class_10298, class_10297> ClientRecipeBook.field_54810private final Set<class_10298> ClientRecipeBook.field_54811Methods in net.minecraft.client.recipebook with parameters of type class_10298Modifier and TypeMethodDescriptionvoidClientRecipeBook.method_64850(class_10298 class_10298) booleanClientRecipeBook.method_64855(class_10298 class_10298) voidClientRecipeBook.method_64856(class_10298 class_10298) voidClientRecipeBook.method_64857(class_10298 class_10298) -
Uses of class_10298 in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as class_10298Modifier and TypeFieldDescriptionprivate final class_10298CraftRequestC2SPacket.recipeIdThe field for therecipeIdrecord component.private final class_10298RecipeBookDataC2SPacket.recipeIdThe field for therecipeIdrecord component.Methods in net.minecraft.network.packet.c2s.play that return class_10298Modifier and TypeMethodDescriptionCraftRequestC2SPacket.recipeId()Returns the value of therecipeIdrecord component.RecipeBookDataC2SPacket.recipeId()Returns the value of therecipeIdrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type class_10298ModifierConstructorDescriptionCraftRequestC2SPacket(int int2, class_10298 class_10298, boolean bool) RecipeBookDataC2SPacket(class_10298 class_10298) -
Uses of class_10298 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type class_10298Modifier and TypeFieldDescriptionprivate final List<class_10298> RecipeBookRemoveS2CPacket.recipesThe field for therecipesrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type class_10298Modifier and TypeMethodDescriptionRecipeBookRemoveS2CPacket.recipes()Returns the value of therecipesrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type class_10298 -
Uses of class_10298 in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type class_10298