Uses of Class
net.minecraft.client.gui.screens.worldselection.WorldPreset
-
Uses of WorldPreset in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionstatic WorldPreset
WorldPreset.AMPLIFIED
private static WorldPreset
WorldPreset.DEBUG
private static WorldPreset
WorldPreset.FLAT
private static WorldPreset
WorldPreset.LARGE_BIOMES
static WorldPreset
WorldPreset.NORMAL
private static WorldPreset
WorldPreset.SINGLE_BIOME_CAVES
private static WorldPreset
WorldPreset.SINGLE_BIOME_FLOATING_ISLANDS
private static WorldPreset
WorldPreset.SINGLE_BIOME_SURFACE
Modifier and TypeFieldDescriptionprotected static Map<Optional<WorldPreset>,WorldPreset.PresetEditor>
WorldPreset.EDITORS
private Optional<WorldPreset>
WorldGenSettingsComponent.preset
protected static List<WorldPreset>
WorldPreset.PRESETS
private CycleButton<WorldPreset>
WorldGenSettingsComponent.typeButton
Modifier and TypeMethodDescriptionstatic Optional<WorldPreset>
WorldPreset.of(WorldGenSettings p_101525_)
Modifier and TypeMethodDescriptionprivate static WorldGenSettings
WorldPreset.fromBuffetSettings(RegistryAccess p_101550_, WorldGenSettings p_101551_, WorldPreset p_101552_, Biome p_101553_)
static boolean
WorldPreset.isVisibleByDefault(WorldPreset p_170302_)
static void
WorldPreset.registerGenerator(WorldPreset gen)
ModifierConstructorDescriptionWorldGenSettingsComponent(RegistryAccess.RegistryHolder p_101399_, WorldGenSettings p_101400_, Optional<WorldPreset> p_101401_, OptionalLong p_101402_)
-
Uses of WorldPreset in net.minecraftforge.client
Modifier and TypeFieldDescriptionprivate static Map<ForgeWorldType,WorldPreset>
ForgeWorldTypeScreens.GENERATORS
Modifier and TypeMethodDescription(package private) static WorldPreset
ForgeWorldTypeScreens.getDefaultGenerator()
Modifier and TypeMethodDescriptionstatic Optional<WorldPreset>
ForgeHooksClient.getDefaultWorldType()
static Optional<WorldPreset>
ForgeHooksClient.getWorldTypeFromGenerator(WorldGenSettings dimensionGeneratorSettings)
Modifier and TypeMethodDescriptionstatic WorldPreset.PresetEditor
ForgeHooksClient.getBiomeGeneratorTypeScreenFactory(Optional<WorldPreset> generator, WorldPreset.PresetEditor biomegeneratortypescreens$ifactory)
(package private) static WorldPreset.PresetEditor
ForgeWorldTypeScreens.getGeneratorScreenFactory(Optional<WorldPreset> generator, WorldPreset.PresetEditor biomegeneratortypescreens$ifactory)
static boolean
ForgeHooksClient.hasBiomeGeneratorSettingsOptionsScreen(Optional<WorldPreset> generator)