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 LevelProperties -
Uses of LevelProperties in net.minecraft.util.crash.provider.world
Constructors in net.minecraft.util.crash.provider.world with parameters of type LevelPropertiesModifierConstructorDescription(package private)LevelDimensionProvider(LevelProperties properties) (package private)LevelGameModeProvider(LevelProperties properties) (package private)LevelGeneratorOptionsProvider(LevelProperties properties) (package private)LevelGeneratorProvider(LevelProperties properties) (package private)LevelSeedProvider(LevelProperties properties) (package private)LevelSpawnLocationProvider(LevelProperties properties) (package private)LevelStorageVersionProvider(LevelProperties properties) (package private)LevelTimeProvider(LevelProperties properties) (package private)LevelWeatherProvider(LevelProperties properties) -
Uses of LevelProperties in net.minecraft.world
Fields in net.minecraft.world declared as LevelPropertiesMethods in net.minecraft.world that return LevelPropertiesModifier and TypeMethodDescriptionEmptySaveHandler.getLevelProperties()SaveHandler.getLevelProperties()World.getLevelProperties()WorldSaveHandler.getLevelProperties()Methods in net.minecraft.world with parameters of type LevelPropertiesModifier and TypeMethodDescriptionvoidAnvilWorldSaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) voidEmptySaveHandler.saveWorld(LevelProperties properties) voidEmptySaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) voidSaveHandler.saveWorld(LevelProperties properties) voidSaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) voidWorldSaveHandler.saveWorld(LevelProperties properties) voidWorldSaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) -
Uses of LevelProperties in net.minecraft.world.level
Subclasses of LevelProperties in net.minecraft.world.levelFields in net.minecraft.world.level declared as LevelPropertiesModifier and TypeFieldDescriptionprivate final LevelPropertiesReadOnlyLevelProperties.levelPropertiesConstructors in net.minecraft.world.level with parameters of type LevelProperties -
Uses of LevelProperties in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return LevelPropertiesModifier and TypeMethodDescriptionLevelStorage.getLevelProperties(String name) LevelStorageAccess.getLevelProperties(String name)