Uses of Class
us.asciiroth.client.agents.npc.NPC

Packages that use NPC
us.asciiroth.client.agents.npc Non-Player Characters 
 

Uses of NPC in us.asciiroth.client.agents.npc
 

Classes in us.asciiroth.client.agents.npc with type parameters of type NPC
 class NPCSerializer<T extends NPC>
          Somewhat simplifies the NPC serializers, which hold the most state of any piece in the game.
 

Subclasses of NPC in us.asciiroth.client.agents.npc
 class Archer
          An archer.
 class Commoner
          Commoner.
 class MallocArcher
           
 class MallocCommoner
          MallocCommoner.
 class MallocNoble
          A noble.
 class MallocRifleman
          Shoots bullets.
 class MallocWizard
          Wizards are talking NPCs who are also good in combat, firing paralyzing bullets as well as fireballs.
 class Noble
          A noble.
 class Rifleman
          A rifleman shoots bullets when hostile.
 class Wizard
          Wizards are great in combat, shooting fireballs and paralyzing bullets.
 

Fields in us.asciiroth.client.agents.npc with type parameters of type NPC
static Serializer<? extends NPC> Rifleman.SERIALIZER
          Type serializer.
static Serializer<? extends NPC> MallocRifleman.SERIALIZER
          Type serializer.
static Serializer<? extends NPC> MallocNoble.SERIALIZER
          Type serializer.
static Serializer<? extends NPC> MallocArcher.SERIALIZER
          Type serializer.
static Serializer<? extends NPC> Archer.SERIALIZER
          Type serializer.
 


0.7

© 2009 Alx Dark