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

RenderEntityEvent

Gets called when an entity is rendered.

Methods

getEntity()

getEntity(): Entity

Gets the entity that is being rendered.

Returns

Entity


renderModel()

renderModel(): void

Renders the entity's model to the world.

Returns

void

Last updated