public interface EntityWorldListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEntityAdded(Entity entity)
Called after entity was added to the world.
|
void |
onEntityRemoved(Entity entity)
Called after entity was removed from the world
but before entity has been cleaned.
|
void |
onWorldReset()
Called after the world has been reset.
|
void |
onWorldUpdate(double tpf)
Called after the world updated itself.
|
void onEntityAdded(Entity entity)
entity - the entityvoid onEntityRemoved(Entity entity)
entity - the entityvoid onWorldUpdate(double tpf)
tpf - time per framevoid onWorldReset()
Copyright © 2017. All rights reserved.