Uses of Class
net.minecraft.world.border.WorldBorder.Properties
Packages that use WorldBorder.Properties
-
Uses of WorldBorder.Properties in net.minecraft.world.border
Fields in net.minecraft.world.border declared as WorldBorder.PropertiesMethods in net.minecraft.world.border that return WorldBorder.PropertiesModifier and TypeMethodDescriptionstatic WorldBorder.Properties
WorldBorder.Properties.fromDynamic
(com.mojang.serialization.DynamicLike<?> dynamic, WorldBorder.Properties properties) WorldBorder.write()
Methods in net.minecraft.world.border with parameters of type WorldBorder.PropertiesModifier 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
Fields in net.minecraft.world.level declared as WorldBorder.PropertiesMethods in net.minecraft.world.level that return WorldBorder.PropertiesModifier and TypeMethodDescriptionLevelProperties.getWorldBorder()
ServerWorldProperties.getWorldBorder()
UnmodifiableLevelProperties.getWorldBorder()
Methods in net.minecraft.world.level with parameters of type WorldBorder.PropertiesModifier and TypeMethodDescriptionvoid
LevelProperties.setWorldBorder
(WorldBorder.Properties worldBorder) void
ServerWorldProperties.setWorldBorder
(WorldBorder.Properties worldBorder) void
UnmodifiableLevelProperties.setWorldBorder
(WorldBorder.Properties worldBorder) Constructors in net.minecraft.world.level with parameters of type WorldBorder.PropertiesModifierConstructorDescriptionprivate
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)