Uses of Class
net.minecraft.world.level.LevelProperties
Packages that use LevelProperties
Package
Description
-
Uses of LevelProperties in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelPropertiesModifier and TypeMethodDescriptionbooleanCreateWorldCallback.create(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) private voidCreateWorldScreen.createAndClearTempDir(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties) -
Uses of LevelProperties in net.minecraft.client.realms.gui.screen
Methods in net.minecraft.client.realms.gui.screen with parameters of type LevelPropertiesModifier and TypeMethodDescriptionprivate static PathRealmsWorldCreating.saveTempWorld(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) -
Uses of LevelProperties in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelPropertiesModifier and TypeMethodDescriptionstatic <T> LevelPropertiesLevelProperties.readProperties(com.mojang.serialization.Dynamic<T> dynamic, LevelInfo info, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)