Class AbstractController<T extends Entity>
java.lang.Object
me.arcademadness.omni_dungeon.controllers.AbstractController<T>
- All Implemented Interfaces:
Controller
- Direct Known Subclasses:
GoalController,PlayerController
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.arcademadness.omni_dungeon.controllers.Controller
getIntent
-
Field Details
-
entity
-
-
Constructor Details
-
AbstractController
public AbstractController()
-
-
Method Details
-
bind
-
unbind
public void unbind() -
getEntity
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active)
-