added abstract method

void added(
  1. int entity
)

Called when an entity is added to the world.

Implementation

void added(int entity);