PlayerIconConfig

Constructors

Link copied to clipboard
constructor(iconVisibility: Set<PlayerIconVisibility> = setOf(), iconOffset: Pos3d = Pos3d())

Properties

Link copied to clipboard
var iconOffset: Pos3d
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deserialize(input: ByteArrayDataInput)

Deserialize the object from a byte stream using the provided ByteArrayDataInput. This method reconstructs the object from its serialized form.

Link copied to clipboard
open override fun serialize(out: ByteArrayDataOutput)

Serialize the object to a byte stream using the provided ByteArrayDataOutput. This method converts the object into its serialized form.

Link copied to clipboard
open override fun toString(): String