|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsource.ucregents.playground.Core
public class Core
Class planned for future use but not yet used. Maintains a queue of methods for exectution with each method having a usage time. Planned for game mechanics.
Nested Class Summary | |
---|---|
protected class |
Core.QueueInfo
|
Field Summary | |
---|---|
static int |
MAX_MINITICKS_PER_TICK
|
static int |
TICK_BUFFER_TIME
|
Constructor Summary | |
---|---|
Core(Arena arena)
|
Method Summary | |
---|---|
void |
AddToQueue(IThink thinker,
java.lang.reflect.Method method,
java.lang.Object... objects)
|
void |
run()
|
void |
Start()
|
void |
Stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAX_MINITICKS_PER_TICK
public static final int TICK_BUFFER_TIME
Constructor Detail |
---|
public Core(Arena arena)
Method Detail |
---|
public void AddToQueue(IThink thinker, java.lang.reflect.Method method, java.lang.Object... objects)
public void run()
run
in interface java.lang.Runnable
public void Start()
public void Stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |