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.Settings
WorldBorder.Settings.read
(com.mojang.serialization.DynamicLike<?> dynamic, WorldBorder.Settings defaultValue) Methods in net.minecraft.world.level.border with parameters of type WorldBorder.SettingsModifier and TypeMethodDescriptionvoid
WorldBorder.applySettings
(WorldBorder.Settings serializer) static WorldBorder.Settings
WorldBorder.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 TypeMethodDescriptionvoid
DerivedLevelData.setWorldBorder
(WorldBorder.Settings serializer) void
PrimaryLevelData.setWorldBorder
(WorldBorder.Settings serializer) void
ServerLevelData.setWorldBorder
(WorldBorder.Settings serializer) Constructors in net.minecraft.world.level.storage with parameters of type WorldBorder.SettingsModifierConstructorDescriptionprivate
PrimaryLevelData
(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)