render

abstract fun render(radius: Int, color: Int, @Nullable position: @Nullable Pos3d)

Renders a sphere with the specified HEX color.

Parameters

radius

The radius of the sphere.

color

The HEX color code.

position

The optional position where the sphere should be rendered. If null, position of the local player is used.