InitializeWorldBorderPacket

data class InitializeWorldBorderPacket(val x: Double, val z: Double, val oldDiameter: Double, val newDiameter: Double, val speed: Int, val portalTeleportBoundary: Int, val warningBlocks: Int, val warningTime: Int) : ClientBoundPacket

Initialize World Border | 0x1e | play | clientbound

Parameters

x

x

z

z

oldDiameter

oldDiameter

newDiameter

newDiameter

speed

speed

portalTeleportBoundary

portalTeleportBoundary

warningBlocks

warningBlocks

warningTime

warningTime

See also

Constructors

Link copied to clipboard
constructor(x: Double, z: Double, oldDiameter: Double, newDiameter: Double, speed: Int, portalTeleportBoundary: Int, warningBlocks: Int, warningTime: Int)

Types

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val speed: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val z: Double