Uses of Class
net.minecraft.client.world.GeneratorType
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.world | |
| net.minecraft.client.world |
-
Uses of GeneratorType in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world with type parameters of type GeneratorType Modifier and Type Field Description private Optional<GeneratorType>MoreOptionsDialog. generatorTypeprivate CyclingButtonWidget<GeneratorType>MoreOptionsDialog. mapTypeButtonConstructor parameters in net.minecraft.client.gui.screen.world with type arguments of type GeneratorType Constructor Description MoreOptionsDialog(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 GeneratorType Modifier and Type Field Description static 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 GeneratorType Modifier and Type Field Description protected 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 GeneratorType Modifier and Type Method Description static Optional<GeneratorType>GeneratorType. fromGeneratorOptions(GeneratorOptions generatorOptions)Methods in net.minecraft.client.world with parameters of type GeneratorType Modifier and Type Method Description private static GeneratorOptionsGeneratorType. createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)static booleanGeneratorType. isNotDebug(GeneratorType generatorType)