Entity render event
This page goes over the onEntityRender event.
This event will be called upon any entity rendering. This does include non-living entities (such as: FallingBlock, or Painting). Handler name is onEntityRender
.
getEntity(): Entity
getEntity(): Entity
Returns the rendered entity.
isPre(): Boolean
isPre(): Boolean
Returns if the event is pre or post entity render.
Last updated