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.class_12064 class_12064, long long2, long long3, int int2, int int3, int int4, boolean bool, int int5, boolean bool2, boolean bool3, boolean bool4, Optional<WorldBorder.Properties> optional, int int6, int int7, @Nullable UUID uUID, Set<String> set, Set<String> set2, Timer<MinecraftServer> timer, @Nullable NbtCompound nbtCompound, EnderDragonFight.Data data, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle)