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.server.world
Constructors in net.minecraft.server.world with parameters of type LevelPropertiesModifierConstructorDescriptionServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) -
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) Constructors in net.minecraft.world with parameters of type LevelPropertiesModifierConstructorDescriptionDemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) protectedWorld(SaveHandler handler, LevelProperties properties, Dimension dim, Profiler profiler, boolean isClient) -
Uses of LevelProperties in net.minecraft.world.biome
Constructors in net.minecraft.world.biome with parameters of type LevelProperties -
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) static LevelPropertiesLevelStorage.method_11950(File file, class_2934 class_2934) Constructors in net.minecraft.world.level.storage with parameters of type LevelPropertiesModifierConstructorDescriptionLevelSummary(LevelProperties levelProperties, String string, String string2, long long2, boolean bool)