Uses of Class
net.minecraft.world.level.border.WorldBorder.Settings
-
Uses of WorldBorder.Settings in net.minecraft.world.level.border
Modifier and TypeMethodDescriptionWorldBorder.createSettings()
static WorldBorder.Settings
WorldBorder.Settings.read
(com.mojang.serialization.DynamicLike<?> p_62038_, WorldBorder.Settings p_62039_) Modifier and TypeMethodDescriptionvoid
WorldBorder.applySettings
(WorldBorder.Settings p_61932_) static WorldBorder.Settings
WorldBorder.Settings.read
(com.mojang.serialization.DynamicLike<?> p_62038_, WorldBorder.Settings p_62039_) -
Uses of WorldBorder.Settings in net.minecraft.world.level.storage
Modifier and TypeMethodDescriptionDerivedLevelData.getWorldBorder()
PrimaryLevelData.getWorldBorder()
ServerLevelData.getWorldBorder()
Modifier and TypeMethodDescriptionvoid
DerivedLevelData.setWorldBorder
(WorldBorder.Settings p_78091_) void
PrimaryLevelData.setWorldBorder
(WorldBorder.Settings p_78527_) void
ServerLevelData.setWorldBorder
(WorldBorder.Settings p_78619_) ModifierConstructorDescriptionprivate
PrimaryLevelData
(com.mojang.datafixers.DataFixer p_164942_, int p_164943_, CompoundTag p_164944_, boolean p_164945_, int p_164946_, int p_164947_, int p_164948_, float p_164949_, long p_164950_, long p_164951_, int p_164952_, int p_164953_, int p_164954_, boolean p_164955_, int p_164956_, boolean p_164957_, boolean p_164958_, boolean p_164959_, WorldBorder.Settings p_164960_, int p_164961_, int p_164962_, UUID p_164963_, Set<String> p_164964_, TimerQueue<MinecraftServer> p_164965_, CompoundTag p_164966_, CompoundTag p_164967_, LevelSettings p_164968_, WorldGenSettings p_164969_, com.mojang.serialization.Lifecycle p_164970_)