Uses of Record 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.SettingsFields in net.minecraft.world.level.border with type parameters of type WorldBorder.SettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WorldBorder.Settings> WorldBorder.Settings.CODECMethods in net.minecraft.world.level.border with parameters of type WorldBorder.SettingsModifier and TypeMethodDescriptionvoidWorldBorder.applySettings(WorldBorder.Settings serializer) -
Uses of WorldBorder.Settings in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage with type parameters of type WorldBorder.SettingsModifier and TypeFieldDescriptionprivate Optional<WorldBorder.Settings> PrimaryLevelData.legacyWorldBorderSettingsDeprecated.Methods in net.minecraft.world.level.storage that return types with arguments of type WorldBorder.SettingsModifier and TypeMethodDescriptionDerivedLevelData.getLegacyWorldBorderSettings()PrimaryLevelData.getLegacyWorldBorderSettings()ServerLevelData.getLegacyWorldBorderSettings()Deprecated.Method parameters in net.minecraft.world.level.storage with type arguments of type WorldBorder.SettingsModifier and TypeMethodDescriptionvoidDerivedLevelData.setLegacyWorldBorderSettings(Optional<WorldBorder.Settings> p_446958_) voidPrimaryLevelData.setLegacyWorldBorderSettings(Optional<WorldBorder.Settings> p_445378_) voidServerLevelData.setLegacyWorldBorderSettings(Optional<WorldBorder.Settings> legacyWorldBorderSettings) Deprecated.Constructor parameters in net.minecraft.world.level.storage with type arguments of type WorldBorder.SettingsModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag loadedPlayerTag, boolean wasModded, LevelData.RespawnData respawnData, long gameTime, long dayTime, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<WorldBorder.Settings> legacyWorldBorderSettings, 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)