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 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 ServerWorldProperties Modifier and Type Field Description private ServerWorldProperties
ServerWorld. worldProperties
Constructors 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 ServerWorldProperties
WanderingTraderManager. properties
Methods in net.minecraft.world that return ServerWorldProperties Modifier and Type Method Description ServerWorldProperties
SaveProperties. 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 class
LevelProperties
class
UnmodifiableLevelProperties
Fields in net.minecraft.world.level declared as ServerWorldProperties Modifier and Type Field Description private ServerWorldProperties
UnmodifiableLevelProperties. worldProperties
Methods in net.minecraft.world.level that return ServerWorldProperties Modifier and Type Method Description ServerWorldProperties
LevelProperties. getMainWorldProperties()
Constructors in net.minecraft.world.level with parameters of type ServerWorldProperties Constructor Description UnmodifiableLevelProperties(SaveProperties saveProperties, ServerWorldProperties worldProperties)