Inherited by org.classroomgaming.cgp.FrameTimer, and org.classroomgaming.cgp.GameWorld.
Public Member Functions | |
| GameObject () | |
| boolean | addModule (String n, GameModule m) |
| void | ponder (float t) |
| void | init (Configurator a) |
| void | deinit () |
| GameModule | getModule (String name) |
| void | render (Graphics g) |
Definition at line 25 of file GameObject.java.
| org.classroomgaming.cgp.GameObject.GameObject | ( | ) |
Definition at line 31 of file GameObject.java.
| boolean org.classroomgaming.cgp.GameObject.addModule | ( | String | n, | |
| GameModule | m | |||
| ) |
Implements org.classroomgaming.cgp.GameObjectInterface.
Definition at line 40 of file GameObject.java.
| void org.classroomgaming.cgp.GameObject.deinit | ( | ) |
Implements org.classroomgaming.cgp.GameModule.GameModule.Despawnable.
Definition at line 77 of file GameObject.java.
| GameModule org.classroomgaming.cgp.GameObject.getModule | ( | String | name | ) |
Implements org.classroomgaming.cgp.GameObjectInterface.
Definition at line 88 of file GameObject.java.
| void org.classroomgaming.cgp.GameObject.init | ( | Configurator | a | ) |
Implements org.classroomgaming.cgp.GameModule.GameModule.Configurable.
Reimplemented in org.classroomgaming.cgp.SampleGameMode.
Definition at line 64 of file GameObject.java.
| void org.classroomgaming.cgp.GameObject.ponder | ( | float | t | ) |
Implements org.classroomgaming.cgp.GameModule.GameModule.FrameListener.
Reimplemented in org.classroomgaming.cgp.GameWorld.
Definition at line 48 of file GameObject.java.
| void org.classroomgaming.cgp.GameObject.render | ( | Graphics | g | ) |
Implements org.classroomgaming.cgp.GameObjectInterface.
Reimplemented in org.classroomgaming.cgp.GameWorld.
Definition at line 96 of file GameObject.java.
1.5.8