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(): EntityReturns the rendered entity.
isPre(): Boolean
isPre(): BooleanReturns if the event is pre or post entity render.
Last updated