For the complete documentation index, see llms.txt. This page is also available as Markdown.

RenderHandEvent

Gets called when the player's hand is rendered.

Extends

Methods

cancel()

cancel(): void

Cancels the event.

Returns

void

Inherited from

CancellableEvent.cancel


isCancelled()

isCancelled(): boolean

Returns

boolean

If the event is cancelled or not.

Inherited from

CancellableEvent.isCancelled

Last updated