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

Packages that use HasName
com.tootsville.game   
org.starhope.appius.game   
org.starhope.appius.game.inventory   
org.starhope.appius.game.laserTag   
org.starhope.appius.game.npc   
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.net   
org.starhope.appius.test   
org.starhope.appius.user   
org.starhope.appius.util   
 

Uses of HasName in com.tootsville.game
 

Classes in com.tootsville.game that implement HasName
 class PropsWeather
          Set the weather value to the special Props animation on each screen across the main row of Tootsville on a timer
 

Uses of HasName in org.starhope.appius.game
 

Classes in org.starhope.appius.game that implement HasName
 class GameEvent
          A GameEvent is a room-wide (or multi-room) game that occurs within the larger context of the game.
 class ZoneSpawner
          Thread to manage automated zone spawn/retirement
 

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

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

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

Classes in org.starhope.appius.game.laserTag that implement HasName
 class LaserTagGame
           
 

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

Classes in org.starhope.appius.game.npc that implement HasName
private static class Projectile.ProjectileWatcher
           
 class QuestItemExchanger
          WRITEME: Document this type.
 

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

Classes in org.starhope.appius.game.npc.plebeian that implement HasName
 class Plebeian
           The Plebeian class is a base class for simply scripted NPC:s using the Plebeian structure, which is meant to be a fairly understandable scripting language for basic state machine representation.
 

Uses of HasName in org.starhope.appius.net
 

Classes in org.starhope.appius.net that implement HasName
 class BatchProcessor
          Process JSON interactions in bulk
 class NetIOThread
          Networking I/O threads, for either client or server using the "Infinity Mode" protocol (or, to a limited extent, the surviving entrails of the SmartFaux mode)
 class ServerThread
          This is the server thread for Appius Claudius Caecus.
 class StreamProcessor
          WRITEME: The documentation for this type (StreamProcessor) is incomplete.
 class WebSocketProcessor
          WRITEME: Document this type.
 

Uses of HasName in org.starhope.appius.test
 

Classes in org.starhope.appius.test that implement HasName
 class UserLoadTest
          WRITEME: The documentation for this type (UserLoadTest) is incomplete.
 

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
          WRITEME: The documentation for this type (AcceptsMetronomeTicks) is incomplete.