Uses of Class
net.minecraft.world.level.border.WorldBorder.Settings
Packages that use WorldBorder.Settings
-
Uses of WorldBorder.Settings in net.minecraft.world.level.border
Fields in net.minecraft.world.level.border declared as WorldBorder.SettingsMethods in net.minecraft.world.level.border that return WorldBorder.SettingsModifier and TypeMethodDescriptionWorldBorder.createSettings()static WorldBorder.SettingsWorldBorder.Settings.read(com.mojang.serialization.DynamicLike<?> dynamic, WorldBorder.Settings defaultValue) Methods in net.minecraft.world.level.border with parameters of type WorldBorder.SettingsModifier and TypeMethodDescriptionvoidWorldBorder.applySettings(WorldBorder.Settings serializer) static WorldBorder.SettingsWorldBorder.Settings.read(com.mojang.serialization.DynamicLike<?> dynamic, WorldBorder.Settings defaultValue) -
Uses of WorldBorder.Settings in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as WorldBorder.SettingsMethods in net.minecraft.world.level.storage that return WorldBorder.SettingsModifier and TypeMethodDescriptionDerivedLevelData.getWorldBorder()PrimaryLevelData.getWorldBorder()ServerLevelData.getWorldBorder()Methods in net.minecraft.world.level.storage with parameters of type WorldBorder.SettingsModifier and TypeMethodDescriptionvoidDerivedLevelData.setWorldBorder(WorldBorder.Settings serializer) voidPrimaryLevelData.setWorldBorder(WorldBorder.Settings serializer) voidServerLevelData.setWorldBorder(WorldBorder.Settings serializer) Constructors in net.minecraft.world.level.storage with parameters of type WorldBorder.SettingsModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag loadedPlayerTag, boolean wasModded, BlockPos spawnPos, float spawnAngle, long gameTime, long dayTime, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Settings worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, UUID wanderingTraderId, Set<String> knownServerBrands, Set<String> removedFeatureFlags, TimerQueue<MinecraftServer> scheduledEvents, CompoundTag customBossEvents, EndDragonFight.Data endDragonFightData, LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle)