Uses of Class
net.minecraft.world.level.LevelProperties
Packages that use LevelProperties
Package
Description
-
Uses of LevelProperties in net.minecraft
Fields in net.minecraft declared as LevelPropertiesModifier and TypeFieldDescriptionprivate LevelPropertiesclass_3660.field_17705private final LevelPropertiesclass_4441.field_21855Methods in net.minecraft that return LevelPropertiesMethods in net.minecraft with parameters of type LevelPropertiesConstructors in net.minecraft with parameters of type LevelPropertiesModifierConstructorDescriptionclass_3457(String string, LevelStorageAccess levelStorageAccess, LevelProperties levelProperties) -
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
Methods in net.minecraft.server with parameters of type LevelPropertiesModifier and TypeMethodDescriptionprivate voidMinecraftServer.method_20314(LevelProperties levelProperties) voidMinecraftServer.method_20316(SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, LevelInfo levelInfo) voidMinecraftServer.method_20319(File file, LevelProperties levelProperties) -
Uses of LevelProperties in net.minecraft.server.world
Constructors in net.minecraft.server.world with parameters of type LevelPropertiesModifierConstructorDescriptionServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, 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()IWorld.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 minecraftServer, SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, DimensionType dimensionType, Profiler profiler) protectedWorld(SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, Dimension dimension, Profiler profiler, boolean bool) -
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_17949(File file, com.mojang.datafixers.DataFixer dataFixer) Constructors in net.minecraft.world.level.storage with parameters of type LevelPropertiesModifierConstructorDescriptionLevelSummary(LevelProperties levelProperties, String string, String string2, long long2, boolean bool)