Uses of Class
net.minecraft.world.level.LevelInfo
-
Uses of LevelInfo in net.minecraft.client
Methods in net.minecraft.client with parameters of type LevelInfo Modifier and Type Method Description voidMinecraftClient. method_29607(String worldName, LevelInfo levelInfo, DynamicRegistryManager.Impl registryTracker, GeneratorOptions generatorOptions) -
Uses of LevelInfo in net.minecraft.client.gui.screen.world
Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelInfo Constructor Description CreateWorldScreen(@Nullable Screen parent, LevelInfo levelInfo, GeneratorOptions generatorOptions, @Nullable Path dataPackTempDir, DataPackSettings dataPackSettings, DynamicRegistryManager.Impl registryManager)OptimizeWorldScreen(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, ImmutableSet<RegistryKey<World>> worlds) -
Uses of LevelInfo in net.minecraft.server
Fields in net.minecraft.server declared as LevelInfo Modifier and Type Field Description static LevelInfoMinecraftServer. DEMO_LEVEL_INFO -
Uses of LevelInfo in net.minecraft.test
Fields in net.minecraft.test declared as LevelInfo Modifier and Type Field Description private static LevelInfoTestServer. testLevel -
Uses of LevelInfo in net.minecraft.world
Methods in net.minecraft.world that return LevelInfo Modifier and Type Method Description LevelInfoSaveProperties. getLevelInfo() -
Uses of LevelInfo in net.minecraft.world.level
Fields in net.minecraft.world.level declared as LevelInfo Modifier and Type Field Description private LevelInfoLevelProperties. levelInfoMethods in net.minecraft.world.level that return LevelInfo Modifier and Type Method Description static LevelInfoLevelInfo. fromDynamic(com.mojang.serialization.Dynamic<?> dynamic, DataPackSettings dataPackSettings)LevelInfoLevelProperties. getLevelInfo()LevelInfoLevelInfo. withCopiedGameRules()LevelInfoLevelInfo. withDataPackSettings(DataPackSettings dataPackSettings)LevelInfoLevelInfo. withDifficulty(Difficulty difficulty)LevelInfoLevelInfo. withGameMode(GameMode mode)Methods in net.minecraft.world.level with parameters of type LevelInfo Modifier and Type Method Description static LevelPropertiesLevelProperties. readProperties(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)Constructors in net.minecraft.world.level with parameters of type LevelInfo Constructor Description LevelProperties(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)LevelProperties(LevelInfo levelInfo, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) -
Uses of LevelInfo in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as LevelInfo Modifier and Type Field Description private LevelInfoLevelSummary. levelInfoMethods in net.minecraft.world.level.storage that return LevelInfo Modifier and Type Method Description LevelInfoLevelSummary. method_35505()Constructors in net.minecraft.world.level.storage with parameters of type LevelInfo Constructor Description LevelSummary(LevelInfo levelInfo, SaveVersionInfo versionInfo, String name, boolean requiresConversion, boolean locked, File file)