Package controller
Class EntityController
Keeps a set of entities and calls their update method every frame.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class controller.AbstractController
add, add, addAll, addAll, clear, clearLayer, contains, forEach, isEmpty, iterator, remove, size, toString, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
spliterator
-
Constructor Details
-
EntityController
public EntityController()
-