us.asciiroth.client.terrain
Class Fence

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.terrain.Fence
All Implemented Interfaces:
Agent, Piece

public class Fence
extends ImmobileAgent

A fence, which the player actually can't jump, but you can fire over it.


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

Constructor Detail

Fence

public Fence(Direction direction)

0.7

© 2009 Alx Dark