Uses of Record Class
net.minecraft.client.world.GeneratorOptionsHolder
Packages that use GeneratorOptionsHolder
Package
Description
-
Uses of GeneratorOptionsHolder in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GeneratorOptionsHolderModifier and TypeFieldDescriptionprivate GeneratorOptionsHolderWorldCreator.generatorOptionsHolderMethods in net.minecraft.client.gui.screen.world that return GeneratorOptionsHolderMethods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsHolderModifier and TypeMethodDescriptionstatic CreateWorldScreenCreateWorldScreen.create(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) LevelScreenProvider.createEditScreen(CreateWorldScreen parent, GeneratorOptionsHolder generatorOptionsHolder) private static Optional<RegistryEntry<WorldPreset>> WorldCreator.getWorldPreset(GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> key) voidWorldCreator.setGeneratorOptionsHolder(GeneratorOptionsHolder generatorOptionsHolder) Constructors in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptionsHolderModifierConstructorDescriptionprivateCreateWorldScreen(MinecraftClient client, @Nullable Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed, CreateWorldCallback callback) CustomizeBuffetLevelScreen(Screen parent, GeneratorOptionsHolder generatorOptionsHolder, Consumer<RegistryEntry<Biome>> onDone) WorldCreator(Path savesDirectory, GeneratorOptionsHolder generatorOptionsHolder, Optional<RegistryKey<WorldPreset>> defaultWorldType, OptionalLong seed) -
Uses of GeneratorOptionsHolder in net.minecraft.client.world
Methods in net.minecraft.client.world that return GeneratorOptionsHolderModifier and TypeMethodDescriptionGeneratorOptionsFactory.apply(DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, WorldCreationSettings settings) GeneratorOptionsHolder.apply(GeneratorOptionsHolder.Modifier modifier) GeneratorOptionsHolder.apply(GeneratorOptionsHolder.RegistryAwareModifier modifier) GeneratorOptionsHolder.with(GeneratorOptions generatorOptions, DimensionOptionsRegistryHolder selectedDimensions) -
Uses of GeneratorOptionsHolder in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return types with arguments of type GeneratorOptionsHolderModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelInfo, GeneratorOptionsHolder> IntegratedServerLoader.loadForRecreation(LevelStorage.Session session)