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, DimensionOptions dimensionOptions, WorldGenerationProgressListener worldGenerationProgressListener, boolean debugWorld, long seed, List<SpecialSpawner> spawners, boolean shouldTickTime, @Nullable RandomSequencesState randomSequencesState) -
Uses of ServerWorldProperties in net.minecraft.world
Fields in net.minecraft.world declared as ServerWorldPropertiesModifier and TypeFieldDescriptionprivate final ServerWorldProperties
WanderingTraderManager.properties
Methods 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 final 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)