Uses of Interface
net.minecraft.world.level.ServerWorldProperties
Packages that use ServerWorldProperties
Package
Description
-
Uses of ServerWorldProperties in net.minecraft.server
Methods in net.minecraft.server with parameters of type ServerWorldPropertiesModifier and TypeMethodDescriptionprivate static void
MinecraftServer.setupSpawn(ServerWorld world, ServerWorldProperties worldProperties, boolean bonusChest, boolean debugWorld)
-
Uses of ServerWorldProperties in net.minecraft.server.world
Fields 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, DimensionType dimensionType, WorldGenerationProgressListener worldGenerationProgressListener, ChunkGenerator chunkGenerator, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime)
-
Uses of ServerWorldProperties in net.minecraft.world
Fields in net.minecraft.world declared as ServerWorldPropertiesMethods in net.minecraft.world that return ServerWorldPropertiesConstructors in net.minecraft.world with parameters of type ServerWorldProperties -
Uses of ServerWorldProperties in net.minecraft.world.level
Classes in net.minecraft.world.level that implement ServerWorldPropertiesFields in net.minecraft.world.level declared as ServerWorldPropertiesModifier and TypeFieldDescriptionprivate ServerWorldProperties
UnmodifiableLevelProperties.worldProperties
Methods in net.minecraft.world.level that return ServerWorldPropertiesConstructors in net.minecraft.world.level with parameters of type ServerWorldPropertiesModifierConstructorDescriptionUnmodifiableLevelProperties(SaveProperties saveProperties, ServerWorldProperties worldProperties)