Uses of Class
net.minecraft.client.world.GeneratorType
Packages that use GeneratorType
-
Uses of GeneratorType in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world with type parameters of type GeneratorTypeModifier and TypeFieldDescriptionprivate Optional<GeneratorType>MoreOptionsDialog.generatorTypeprivate CyclingButtonWidget<GeneratorType>MoreOptionsDialog.mapTypeButtonConstructor parameters in net.minecraft.client.gui.screen.world with type arguments of type GeneratorTypeModifierConstructorDescriptionMoreOptionsDialog(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions, Optional<GeneratorType> generatorType, OptionalLong seed) -
Uses of GeneratorType in net.minecraft.client.world
Fields in net.minecraft.client.world declared as GeneratorTypeModifier and TypeFieldDescriptionstatic GeneratorTypeGeneratorType.AMPLIFIEDprivate static GeneratorTypeGeneratorType.DEBUG_ALL_BLOCK_STATESstatic GeneratorTypeGeneratorType.DEFAULTprivate static GeneratorTypeGeneratorType.FLATprivate static GeneratorTypeGeneratorType.LARGE_BIOMESprivate static GeneratorTypeGeneratorType.SINGLE_BIOME_CAVESprivate static GeneratorTypeGeneratorType.SINGLE_BIOME_FLOATING_ISLANDSprivate static GeneratorTypeGeneratorType.SINGLE_BIOME_SURFACEFields in net.minecraft.client.world with type parameters of type GeneratorTypeModifier and TypeFieldDescriptionprotected static Map<Optional<GeneratorType>,GeneratorType.ScreenProvider>GeneratorType.SCREEN_PROVIDERSprotected static List<GeneratorType>GeneratorType.VALUESMethods in net.minecraft.client.world that return types with arguments of type GeneratorTypeModifier and TypeMethodDescriptionstatic Optional<GeneratorType>GeneratorType.fromGeneratorOptions(GeneratorOptions generatorOptions)Methods in net.minecraft.client.world with parameters of type GeneratorTypeModifier and TypeMethodDescriptionprivate static GeneratorOptionsGeneratorType.createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)static booleanGeneratorType.isNotDebug(GeneratorType generatorType)