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.Immutable 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 final GeneratorTypeGeneratorType.AMPLIFIEDprivate static final GeneratorTypeGeneratorType.DEBUG_ALL_BLOCK_STATESstatic final GeneratorTypeGeneratorType.DEFAULTprivate static final GeneratorTypeGeneratorType.FLATstatic final GeneratorTypeGeneratorType.LARGE_BIOMESprivate static final GeneratorTypeGeneratorType.SINGLE_BIOME_SURFACEFields in net.minecraft.client.world with type parameters of type GeneratorTypeModifier and TypeFieldDescriptionprotected static final Map<Optional<GeneratorType>,GeneratorType.ScreenProvider> GeneratorType.SCREEN_PROVIDERSprotected static final 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 TypeMethodDescriptionstatic booleanGeneratorType.isNotDebug(GeneratorType generatorType)