Uses of Record 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.PropertiesModifier and TypeFieldDescriptionstatic final WorldBorder.PropertiesWorldBorder.Properties.DEFAULTFields in net.minecraft.world.border with type parameters of type WorldBorder.PropertiesModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<WorldBorder.Properties> WorldBorder.Properties.CODECMethods in net.minecraft.world.border with parameters of type WorldBorder.Properties -
Uses of WorldBorder.Properties in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type WorldBorder.PropertiesModifier and TypeFieldDescriptionprivate Optional<WorldBorder.Properties> LevelProperties.worldBorderDeprecated.Methods in net.minecraft.world.level that return types with arguments of type WorldBorder.PropertiesModifier and TypeMethodDescriptionLevelProperties.getWorldBorder()ServerWorldProperties.getWorldBorder()Deprecated.UnmodifiableLevelProperties.getWorldBorder()Method parameters in net.minecraft.world.level with type arguments of type WorldBorder.PropertiesModifier and TypeMethodDescriptionvoidLevelProperties.setWorldBorder(Optional<WorldBorder.Properties> worldBorder) voidServerWorldProperties.setWorldBorder(Optional<WorldBorder.Properties> worldBorder) Deprecated.voidUnmodifiableLevelProperties.setWorldBorder(Optional<WorldBorder.Properties> worldBorder) Constructor parameters in net.minecraft.world.level with type arguments of type WorldBorder.PropertiesModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, WorldProperties.SpawnPoint spawnPoint, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<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)