Home > server > BaseEntityController > despawn
Override this method to handle the despawn of an entity from your entity controller.
Signature:
despawn(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity to despawn. |
void
Home > server > BaseEntityController > despawn
Override this method to handle the despawn of an entity from your entity controller.
Signature:
despawn(entity: Entity): void;|
Parameter |
Type |
Description |
|---|---|---|
|
entity |
The entity to despawn. |
void