border
World Border Events¶
World Border Set Size¶
- Description: World border size set
-
Parameters:
-
diameter:[float][float] - New diameter - Usage:
World Border Lerp Size¶
- Description: World border size changing
-
Parameters:
-
old:[float][float] - Old diameter new:[float][float] - Target diameterspeed:[int][int] - Speed of change (ticks)- Usage:
Python
@client.event
async def on_world_border_lerp_size(old: float, new: float, speed: int) -> None:
...
World Border Set Center¶
- Description: World border center set
-
Parameters:
-
center:[Vector3D][actmc.math.Vector3D] - New center position - Usage:
World Border Initialize¶
- Description: World border initialized
-
Parameters:
-
border:[WorldBorder][actmc.ui.border.WorldBorder] - Border data - Usage:
World Border Set Warning Time¶
- Description: World border warning time set
-
Parameters:
-
seconds:[int][int] - Warning time in seconds - Usage:
World Border Set Warning Blocks¶
- Description: World border warning distance set
-
Parameters:
-
blocks:[int][int] - Warning distance in blocks - Usage: