Render Entity event

renderEntity

This event is posted every time an entity is rendered. The event's ID is renderEntity.

renderModel(): void

Renders the entity's model

getEntity(): Entity

Returns the entity being rendered

getLimbSwing(): float

Returns the limb swing

getLimbSwingAmount(): float

Returns the amount of limb swing

getNetHeadYaw(): float

Returns the net head yaw of the entity

getHeadPitch(): float

Returns the head pitch of the entity

getScale(): float

Returns the scale of the entity

Last updated