Uses of Interface
source.ucregents.playground.samplegame.IThink

Packages that use IThink
source.ucregents.playground   
 

Uses of IThink in source.ucregents.playground
 

Methods in source.ucregents.playground with parameters of type IThink
 void Core.AddToQueue(IThink thinker, java.lang.reflect.Method method, java.lang.Object... objects)
           
 

Constructors in source.ucregents.playground with parameters of type IThink
Core.QueueInfo(IThink e, java.lang.reflect.Method m, int ticks, java.lang.Object[] params)