Interface CapeLoadOptions

interface CapeLoadOptions {
    backEquipment?: BackEquipment;
    makeVisible?: boolean;
}

Hierarchy (view full)

Properties

backEquipment?: BackEquipment

The equipment ("cape" or "elytra") to show when the cape texture is loaded.

If makeVisible is set to false, this option will have no effect.

Default Value

"cape"

makeVisible?: boolean

Whether to make the object visible after the texture is loaded.

Default Value

true

Generated using TypeDoc