Uses of Class
net.minecraft.world.level.LevelInfo
Packages that use LevelInfo
Package
Description
-
Uses of LevelInfo in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world that return LevelInfoModifier and TypeMethodDescriptionprivate LevelInfo
CreateWorldScreen.createLevelInfo
(boolean debugWorld) Methods in net.minecraft.client.gui.screen.world with parameters of type LevelInfoModifier and TypeMethodDescriptionstatic CreateWorldScreen
CreateWorldScreen.create
(MinecraftClient client, @Nullable Screen parent, LevelInfo levelInfo, GeneratorOptionsHolder generatorOptionsHolder, @Nullable Path dataPackTempDir) Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelInfoModifierConstructorDescriptionprivate
OptimizeWorldScreen
(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, Registry<DimensionOptions> dimensionOptionsRegistry) -
Uses of LevelInfo in net.minecraft.server
Fields in net.minecraft.server declared as LevelInfo -
Uses of LevelInfo in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated that return types with arguments of type LevelInfoModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<LevelInfo,
GeneratorOptionsHolder> IntegratedServerLoader.loadForRecreation
(LevelStorage.Session session) Methods in net.minecraft.server.integrated with parameters of type LevelInfoModifier and TypeMethodDescriptionvoid
IntegratedServerLoader.createAndStart
(String string, LevelInfo levelInfo, GeneratorOptions dynamicRegistryManager, Function<DynamicRegistryManager, DimensionOptionsRegistryHolder> dimensionsRegistrySupplier, Screen screen) -
Uses of LevelInfo in net.minecraft.world
Methods in net.minecraft.world that return LevelInfo -
Uses of LevelInfo in net.minecraft.world.level
Fields in net.minecraft.world.level declared as LevelInfoMethods in net.minecraft.world.level that return LevelInfoModifier and TypeMethodDescriptionstatic LevelInfo
LevelInfo.fromDynamic
(com.mojang.serialization.Dynamic<?> dynamic, DataConfiguration dataConfiguration) LevelProperties.getLevelInfo()
LevelInfo.withCopiedGameRules()
LevelInfo.withDataConfiguration
(DataConfiguration dataConfiguration) LevelInfo.withDifficulty
(Difficulty difficulty) LevelInfo.withGameMode
(GameMode mode) Methods in net.minecraft.world.level with parameters of type LevelInfoModifier and TypeMethodDescriptionstatic <T> LevelProperties
LevelProperties.readProperties
(com.mojang.serialization.Dynamic<T> dynamic, LevelInfo levelInfo, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) Constructors in net.minecraft.world.level with parameters of type LevelInfoModifierConstructorDescriptionprivate
LevelProperties
(@Nullable NbtCompound nbtCompound, boolean bool, int int2, int int3, int int4, float float2, long long2, long long3, int int5, int int6, int int7, boolean bool2, int int8, boolean bool3, boolean bool4, boolean bool5, WorldBorder.Properties properties, int int9, int int10, @Nullable UUID uUID, Set<String> set, Set<String> set2, Timer<MinecraftServer> timer, @Nullable NbtCompound nbtCompound2, EnderDragonFight.Data data, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) LevelProperties
(LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) -
Uses of LevelInfo in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as LevelInfoMethods in net.minecraft.world.level.storage that return LevelInfoConstructors in net.minecraft.world.level.storage with parameters of type LevelInfoModifierConstructorDescriptionLevelSummary
(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, boolean experimental, Path iconPath)