Render Entity event
renderEntity
This event is posted every time an entity is rendered. The event's ID is renderEntity
.
renderModel(): void
renderModel(): void
Renders the entity's model
getEntity():
Entity
getEntity():
Entity
Returns the entity being rendered
getLimbSwing(): float
getLimbSwing(): float
Returns the limb swing
getLimbSwingAmount(): float
getLimbSwingAmount(): float
Returns the amount of limb swing
getNetHeadYaw(): float
getNetHeadYaw(): float
Returns the net head yaw of the entity
getHeadPitch(): float
getHeadPitch(): float
Returns the head pitch of the entity
getScale(): float
getScale(): float
Returns the scale of the entity
Last updated