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

Packages that use HasName
org.starhope.appius.game   
org.starhope.appius.game.npc   
org.starhope.appius.user   
org.starhope.appius.util   
 

Uses of HasName in org.starhope.appius.game
 

Classes in org.starhope.appius.game that implement HasName
 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
           
 

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

Classes in org.starhope.appius.game.npc that implement HasName
 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 HasName in org.starhope.appius.user
 

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

Uses of HasName in org.starhope.appius.util
 

Subinterfaces of HasName in org.starhope.appius.util
 interface AcceptsMetronomeTicks
          TODO: The documentation for this type (AcceptsMetronomeTicks) is incomplete.