us.asciiroth.client.agents
Class Boulder

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

public class Boulder
extends AbstractAgent

A large rock that blocks movement onto a square. It can be pushed by the player, and will fill pits, Sudoko-style.


Field Summary
static Serializer<Boulder> SERIALIZER
          Type serializer.
 
Method Summary
 
Methods inherited from class us.asciiroth.client.agents.AbstractAgent
canEnter, changeHealth, 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<Boulder> SERIALIZER
Type serializer.


0.7

© 2009 Alx Dark