onEntityRemove method

void onEntityRemove(
  1. I entity
)

Override to react when an entity remove is about to complete.

Called by the host after all before-checks have passed.

Implementation

void onEntityRemove(I entity) {}