Uses of Class
net.minecraft.world.gen.GeneratorOptions
-
Uses of GeneratorOptions in net.minecraft.client
Methods in net.minecraft.client with parameters of type GeneratorOptions Modifier and Type Method Description void
MinecraftClient. method_29607(String worldName, LevelInfo levelInfo, DynamicRegistryManager.Impl registryTracker, GeneratorOptions generatorOptions)
-
Uses of GeneratorOptions in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as GeneratorOptions Modifier and Type Field Description private GeneratorOptions
MoreOptionsDialog. generatorOptions
Methods in net.minecraft.client.gui.screen.world that return GeneratorOptions Modifier and Type Method Description GeneratorOptions
MoreOptionsDialog. getGeneratorOptions(boolean hardcore)
Methods in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptions Modifier and Type Method Description private void
MoreOptionsDialog. importOptions(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions)
protected void
MoreOptionsDialog. setGeneratorOptions(GeneratorOptions generatorOptions)
Constructors in net.minecraft.client.gui.screen.world with parameters of type GeneratorOptions Constructor Description CreateWorldScreen(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, @Nullable Path dataPackTempDir, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager)
MoreOptionsDialog(DynamicRegistryManager.Impl registryManager, GeneratorOptions generatorOptions, Optional<GeneratorType> generatorType, OptionalLong seed)
-
Uses of GeneratorOptions in net.minecraft.client.world
Methods in net.minecraft.client.world that return GeneratorOptions Modifier and Type Method Description GeneratorOptions
GeneratorType. createDefaultOptions(DynamicRegistryManager.Impl registryManager, long seed, boolean generateStructures, boolean bonusChest)
private static GeneratorOptions
GeneratorType. createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)
Methods in net.minecraft.client.world with parameters of type GeneratorOptions Modifier and Type Method Description Screen
GeneratorType.ScreenProvider. createEditScreen(CreateWorldScreen screen, GeneratorOptions generatorOptions)
private static GeneratorOptions
GeneratorType. createFixedBiomeOptions(DynamicRegistryManager registryManager, GeneratorOptions generatorOptions, GeneratorType type, Biome biome)
static Optional<GeneratorType>
GeneratorType. fromGeneratorOptions(GeneratorOptions generatorOptions)
private static Biome
GeneratorType. getFirstBiome(DynamicRegistryManager registryManager, GeneratorOptions options)
-
Uses of GeneratorOptions in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as GeneratorOptions Modifier and Type Field Description GeneratorOptions
ServerPropertiesHandler. generatorOptions
-
Uses of GeneratorOptions in net.minecraft.world
Methods in net.minecraft.world that return GeneratorOptions Modifier and Type Method Description GeneratorOptions
SaveProperties. getGeneratorOptions()
-
Uses of GeneratorOptions in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as GeneratorOptions Modifier and Type Field Description private GeneratorOptions
StructureAccessor. options
Fields in net.minecraft.world.gen with type parameters of type GeneratorOptions Modifier and Type Field Description static com.mojang.serialization.Codec<GeneratorOptions>
GeneratorOptions. CODEC
Methods in net.minecraft.world.gen that return GeneratorOptions Modifier and Type Method Description static GeneratorOptions
GeneratorOptions. createDemo(DynamicRegistryManager registryManager)
static GeneratorOptions
GeneratorOptions. fromProperties(DynamicRegistryManager registryManager, Properties properties)
static GeneratorOptions
GeneratorOptions. getDefaultOptions(Registry<DimensionType> registry, Registry<Biome> registry2, Registry<ChunkGeneratorSettings> registry3)
GeneratorOptions
GeneratorOptions. toggleBonusChest()
GeneratorOptions
GeneratorOptions. toggleGenerateStructures()
GeneratorOptions
GeneratorOptions. withBonusChest()
GeneratorOptions
GeneratorOptions. withHardcore(boolean hardcore, OptionalLong seed)
Methods in net.minecraft.world.gen that return types with arguments of type GeneratorOptions Modifier and Type Method Description private com.mojang.serialization.DataResult<GeneratorOptions>
GeneratorOptions. validate()
Constructors in net.minecraft.world.gen with parameters of type GeneratorOptions Constructor Description StructureAccessor(WorldAccess world, GeneratorOptions options)
-
Uses of GeneratorOptions in net.minecraft.world.level
Fields in net.minecraft.world.level declared as GeneratorOptions Modifier and Type Field Description private GeneratorOptions
LevelProperties. generatorOptions
Methods in net.minecraft.world.level that return GeneratorOptions Modifier and Type Method Description GeneratorOptions
LevelProperties. getGeneratorOptions()
Methods in net.minecraft.world.level with parameters of type GeneratorOptions Modifier and Type Method Description static LevelProperties
LevelProperties. readProperties(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
Constructors in net.minecraft.world.level with parameters of type GeneratorOptions Constructor Description LevelProperties(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
LevelProperties(LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)
-
Uses of GeneratorOptions in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return types with arguments of type GeneratorOptions Modifier and Type Method Description private static <T> com.mojang.datafixers.util.Pair<GeneratorOptions,com.mojang.serialization.Lifecycle>
LevelStorage. readGeneratorProperties(com.mojang.serialization.Dynamic<T> levelData, com.mojang.datafixers.DataFixer dataFixer, int version)