Package controller
Class EntityController
java.lang.Object
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Entity>
,Collection<Entity>
,Set<Entity>
Keeps a set of entities and calls their update method every frame.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class controller.AbstractController
add, add, clear, clearLayer, clone, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeIf, size, spliterator, stream, toArray, toArray, toArray, toString, update
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, retainAll
-
Constructor Details
-
EntityController
public EntityController()
-