Uses of Interface
net.minecraft.world.level.ServerWorldProperties
| Package | Description |
|---|---|
| net.minecraft.server | |
| net.minecraft.server.world | |
| net.minecraft.world | |
| net.minecraft.world.level |
-
Uses of ServerWorldProperties in net.minecraft.server
Methods in net.minecraft.server with parameters of type ServerWorldProperties Modifier and Type Method Description private static voidMinecraftServer. 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 ServerWorldProperties Modifier and Type Field Description private ServerWorldPropertiesServerWorld. worldPropertiesConstructors in net.minecraft.server.world with parameters of type ServerWorldProperties Constructor Description ServerWorld(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 ServerWorldProperties Modifier and Type Field Description private ServerWorldPropertiesWanderingTraderManager. propertiesMethods in net.minecraft.world that return ServerWorldProperties Modifier and Type Method Description ServerWorldPropertiesSaveProperties. getMainWorldProperties()Constructors in net.minecraft.world with parameters of type ServerWorldProperties Constructor Description WanderingTraderManager(ServerWorldProperties properties) -
Uses of ServerWorldProperties in net.minecraft.world.level
Classes in net.minecraft.world.level that implement ServerWorldProperties Modifier and Type Class Description classLevelPropertiesclassUnmodifiableLevelPropertiesFields in net.minecraft.world.level declared as ServerWorldProperties Modifier and Type Field Description private ServerWorldPropertiesUnmodifiableLevelProperties. worldPropertiesMethods in net.minecraft.world.level that return ServerWorldProperties Modifier and Type Method Description ServerWorldPropertiesLevelProperties. getMainWorldProperties()Constructors in net.minecraft.world.level with parameters of type ServerWorldProperties Constructor Description UnmodifiableLevelProperties(SaveProperties saveProperties, ServerWorldProperties worldProperties)