us.asciiroth.client.terrain
Class ShallowWater

java.lang.Object
  extended by us.asciiroth.client.core.AbstractPiece
      extended by us.asciiroth.client.terrain.AbstractTerrain
          extended by us.asciiroth.client.terrain.ShallowWater
All Implemented Interfaces:
Piece, Terrain
Direct Known Subclasses:
Surf

public class ShallowWater
extends AbstractTerrain

Water an agent can walk through. It does not subclass WaterBase because it is inherently different in this respect.


Field Summary
static Serializer<ShallowWater> SERIALIZER
          Type serializer.
 
Constructor Summary
ShallowWater()
          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<ShallowWater> SERIALIZER
Type serializer.

Constructor Detail

ShallowWater

public ShallowWater()
Constructor.


0.7

© 2009 Alx Dark