Uses of Class
gecco.server.clock.Clock

Packages that use Clock
gecco.server.clock   
gecco.server.core   
 

Uses of Clock in gecco.server.clock
 

Constructors in gecco.server.clock with parameters of type Clock
TimeString(Clock clock)
          Creates a new TimeString object which uses the given clock.
 

Uses of Clock in gecco.server.core
 

Methods in gecco.server.core that return Clock
static Clock ReferenceHolder.getClock()
          Gets the game clock.
 

Methods in gecco.server.core with parameters of type Clock
static void ReferenceHolder.setClock(Clock clock)
          Sets the clock.