-
public class EntityManager
-
-
Method Summary
-
-
Method Detail
-
get
@NonNull() static EntityManager get()
-
create
int create()
-
destroy
void destroy(int entity)
-
isAlive
boolean isAlive(int entity)
-
getNativeObject
long getNativeObject()
-
-
-
-