us.asciiroth.client.agents.npc
Class MallocWizard

java.lang.Object
  extended by us.asciiroth.client.core.AbstractPiece
      extended by us.asciiroth.client.agents.AbstractAgent
          extended by us.asciiroth.client.agents.AbstractAnimatedAgent
              extended by us.asciiroth.client.agents.npc.NPC
                  extended by us.asciiroth.client.agents.npc.Wizard
                      extended by us.asciiroth.client.agents.npc.MallocWizard
All Implemented Interfaces:
Agent, Animated, Piece

public class MallocWizard
extends Wizard

Wizards are talking NPCs who are also good in combat, firing paralyzing bullets as well as fireballs.


Field Summary
static Serializer<MallocWizard> SERIALIZER
           
 
Constructor Summary
MallocWizard(State state, Color color, java.lang.String message)
          Constructor.
MallocWizard(State state, Color color, java.lang.String message, Color questColor, Color doneColor, java.lang.String inQuestMsg, java.lang.String flag)
          Constructor.
 
Method Summary
 
Methods inherited from class us.asciiroth.client.agents.npc.NPC
changeHealth, onFrame, onHit, onHitBy, onHitBy
 
Methods inherited from class us.asciiroth.client.agents.AbstractAnimatedAgent
randomSeed
 
Methods inherited from class us.asciiroth.client.agents.AbstractAgent
canEnter, onDie
 
Methods inherited from class us.asciiroth.client.core.AbstractPiece
getColor, getName, getSymbol, is, not
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface us.asciiroth.client.core.Piece
getColor, getName, getSymbol, is, not
 

Field Detail

SERIALIZER

public static final Serializer<MallocWizard> SERIALIZER
Constructor Detail

MallocWizard

public MallocWizard(State state,
                    Color color,
                    java.lang.String message)
Constructor.

Parameters:
state -
color -
message -

MallocWizard

public MallocWizard(State state,
                    Color color,
                    java.lang.String message,
                    Color questColor,
                    Color doneColor,
                    java.lang.String inQuestMsg,
                    java.lang.String flag)
Constructor.

Parameters:
state -
color -
message -
questColor -
doneColor -
flag -

0.7

© 2009 Alx Dark