Uses of Class
net.minecraft.world.border.WorldBorder.Properties
-
Uses of WorldBorder.Properties in net.minecraft.world.border
Modifier and TypeMethodDescriptionstatic WorldBorder.Properties
WorldBorder.Properties.fromDynamic
(com.mojang.serialization.DynamicLike<?> dynamic, WorldBorder.Properties properties) WorldBorder.write()
Modifier and TypeMethodDescriptionstatic WorldBorder.Properties
WorldBorder.Properties.fromDynamic
(com.mojang.serialization.DynamicLike<?> dynamic, WorldBorder.Properties properties) void
WorldBorder.load
(WorldBorder.Properties properties) -
Uses of WorldBorder.Properties in net.minecraft.world.level
Modifier and TypeMethodDescriptionLevelProperties.getWorldBorder()
ServerWorldProperties.getWorldBorder()
UnmodifiableLevelProperties.getWorldBorder()
Modifier and TypeMethodDescriptionvoid
LevelProperties.setWorldBorder
(WorldBorder.Properties worldBorder) void
ServerWorldProperties.setWorldBorder
(WorldBorder.Properties worldBorder) void
UnmodifiableLevelProperties.setWorldBorder
(WorldBorder.Properties worldBorder) ModifierConstructorDescriptionprivate
LevelProperties
(@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, Set<String> removedFeatures, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle)