Uses of Interface
org.starhope.appius.util.AcceptsMetronomeTicks

Packages that use AcceptsMetronomeTicks
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.user   
 

Uses of AcceptsMetronomeTicks in org.starhope.appius.game
 

Classes in org.starhope.appius.game that implement AcceptsMetronomeTicks
 class AppiusClaudiusCaecus
           Appius Claudius Caecus is a game server application framework.
 class GameEvent
          A GameEvent is a room-wide (or multi-room) game that occurs within the larger context of the game.
 class LaserTagGame
           
 

Fields in org.starhope.appius.game with type parameters of type AcceptsMetronomeTicks
private static ConcurrentSkipListSet<AcceptsMetronomeTicks> AppiusClaudiusCaecus.metronomeListeners
          Collection of arbitrary objects who wish to receive Metronome ticks
 

Methods in org.starhope.appius.game with parameters of type AcceptsMetronomeTicks
static void AppiusClaudiusCaecus.add(AcceptsMetronomeTicks listener)
          Add a thread to the Metronome tick event schedule without that thread being
static void AppiusClaudiusCaecus.remove(AcceptsMetronomeTicks listener)
          Remove a metronome listener
private static void AppiusClaudiusCaecus.stopTicking(AcceptsMetronomeTicks thread)
          Stop sending metronome ticks to a particular object.
 

Uses of AcceptsMetronomeTicks in org.starhope.appius.game.npc
 

Classes in org.starhope.appius.game.npc that implement AcceptsMetronomeTicks
 class AbstractScriptedNPC
          WRITEME: The documentation for this type (AbstractScriptedNPC) is incomplete.
 class LuaNPC
           A non-player character controlled by a chunk of Lua script.
 class PerlNPC
           
 class PythonNPC
           
 class RubyNPC
           
 

Uses of AcceptsMetronomeTicks in org.starhope.appius.user
 

Classes in org.starhope.appius.user that implement AcceptsMetronomeTicks
 class AbstractNonPlayerCharacter
          This is the base class from which NPCs are derived.