us.asciiroth.client.agents.trees
Class Stump

java.lang.Object
  extended by us.asciiroth.client.core.AbstractPiece
      extended by us.asciiroth.client.agents.AbstractAgent
          extended by us.asciiroth.client.agents.ImmobileAgent
              extended by us.asciiroth.client.agents.trees.Stump
All Implemented Interfaces:
Agent, Piece

public class Stump
extends ImmobileAgent

When trees get set on fire they turn into stumps. They still block movement but they're no longer considered to be trees.


Field Summary
static Serializer<Stump> SERIALIZER
          Type serializer.
 
Constructor Summary
Stump()
           
 
Method Summary
 
Methods inherited from class us.asciiroth.client.agents.ImmobileAgent
changeHealth
 
Methods inherited from class us.asciiroth.client.agents.AbstractAgent
canEnter, onDie, onHit, onHitBy, onHitBy
 
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<Stump> SERIALIZER
Type serializer.

Constructor Detail

Stump

public Stump()

0.7

© 2009 Alx Dark