Uses of Interface
net.minecraft.world.level.ServerWorldProperties
Packages that use ServerWorldProperties
Package
Description
- 
Uses of ServerWorldProperties in net.minecraft.serverMethods in net.minecraft.server with parameters of type ServerWorldPropertiesModifier and TypeMethodDescriptionprivate static voidMinecraftServer.setupSpawn(ServerWorld world, ServerWorldProperties worldProperties, boolean bonusChest, boolean debugWorld) 
- 
Uses of ServerWorldProperties in net.minecraft.server.worldFields in net.minecraft.server.world declared as ServerWorldPropertiesConstructors in net.minecraft.server.world with parameters of type ServerWorldPropertiesModifierConstructorDescriptionServerWorld(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.worldFields in net.minecraft.world declared as ServerWorldPropertiesModifier and TypeFieldDescriptionprivate final ServerWorldPropertiesWanderingTraderManager.propertiesMethods in net.minecraft.world that return ServerWorldPropertiesConstructors in net.minecraft.world with parameters of type ServerWorldProperties
- 
Uses of ServerWorldProperties in net.minecraft.world.levelClasses in net.minecraft.world.level that implement ServerWorldPropertiesFields in net.minecraft.world.level declared as ServerWorldPropertiesModifier and TypeFieldDescriptionprivate final ServerWorldPropertiesUnmodifiableLevelProperties.worldPropertiesMethods in net.minecraft.world.level that return ServerWorldPropertiesConstructors in net.minecraft.world.level with parameters of type ServerWorldPropertiesModifierConstructorDescriptionUnmodifiableLevelProperties(SaveProperties saveProperties, ServerWorldProperties worldProperties)