us.asciiroth.client.terrain
Class ChalkedFloor

java.lang.Object
  extended by us.asciiroth.client.core.AbstractPiece
      extended by us.asciiroth.client.terrain.AbstractTerrain
          extended by us.asciiroth.client.terrain.ChalkedFloor
All Implemented Interfaces:
Piece, Terrain

public class ChalkedFloor
extends AbstractTerrain

Chalk converts the floor piece to the chalked floor piece. Players can use it to mark the board to solve mazes, etc. It might also have a use along the lines of "Elbereth" at some point.


Field Summary
static Serializer<ChalkedFloor> SERIALIZER
          Type serializer.
 
Constructor Summary
ChalkedFloor()
          Constructor.
 
Method Summary
 
Methods inherited from class us.asciiroth.client.terrain.AbstractTerrain
canEnter, canExit, onAdjacentTo, onAgentEnter, onAgentExit, onDrop, onEnter, onExit, onFlyOver, onNotAdjacentTo, onPickup
 
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<ChalkedFloor> SERIALIZER
Type serializer.

Constructor Detail

ChalkedFloor

public ChalkedFloor()
Constructor.


0.7

© 2009 Alx Dark