Uses of Record Class
net.minecraft.class_7193
Packages that use class_7193
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7193 in net.minecraft
Methods in net.minecraft that return class_7193Modifier and TypeMethodDescriptionclass_7193.method_41864(GeneratorOptions generatorOptions) class_7193.method_41865(class_7193.class_7194 class_7194) class_7193.method_41866(class_7193.class_7195 class_7195) -
Uses of class_7193 in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type class_7193ModifierConstructorDescriptionCustomizeBuffetLevelScreen(Screen parent, class_7193 class_7193, Consumer<RegistryEntry<Biome>> onDone) -
Uses of class_7193 in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as class_7193Methods in net.minecraft.client.gui.screen.world that return class_7193Modifier and TypeMethodDescriptionMoreOptionsDialog.getGeneratorOptions(boolean hardcore) MoreOptionsDialog.method_41884()Methods in net.minecraft.client.gui.screen.world with parameters of type class_7193Modifier and TypeMethodDescriptionprivate static Optional<RegistryEntry<class_7145>>MoreOptionsDialog.method_41870(class_7193 class_7193, Optional<RegistryKey<class_7145>> optional) (package private) voidMoreOptionsDialog.setGeneratorOptions(class_7193 class_7193) Constructors in net.minecraft.client.gui.screen.world with parameters of type class_7193ModifierConstructorDescriptionMoreOptionsDialog(class_7193 registryManager, Optional<RegistryKey<class_7145>> optional, OptionalLong optionalLong) -
Uses of class_7193 in net.minecraft.client.world
Methods in net.minecraft.client.world with parameters of type class_7193Modifier and TypeMethodDescriptionScreenProvider.createEditScreen(CreateWorldScreen screen, class_7193 class_7193)