Uses of Interface
net.minecraft.world.level.ServerWorldProperties
Package
Description
-
Uses of ServerWorldProperties in net.minecraft.server
Modifier and TypeMethodDescriptionprivate static void
MinecraftServer.setupSpawn
(ServerWorld world, ServerWorldProperties worldProperties, boolean bonusChest, boolean debugWorld) -
Uses of ServerWorldProperties in net.minecraft.server.world
ModifierConstructorDescriptionServerWorld
(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionOptions dimensionOptions, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime) -
Uses of ServerWorldProperties in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final ServerWorldProperties
WanderingTraderManager.properties
-
Uses of ServerWorldProperties in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final ServerWorldProperties
UnmodifiableLevelProperties.worldProperties
ModifierConstructorDescriptionUnmodifiableLevelProperties
(SaveProperties saveProperties, ServerWorldProperties worldProperties)