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