us.asciiroth.client.items
Class FishingPole

java.lang.Object
  extended by us.asciiroth.client.core.AbstractPiece
      extended by us.asciiroth.client.items.AbstractItem
          extended by us.asciiroth.client.items.FishingPole
All Implemented Interfaces:
Item, Piece

public class FishingPole
extends AbstractItem

A fishing pole can be used to catch fish if you stand at the water's edge and move at a fish when it is next to the shore. There are a number of kinds of fish, each with a special ability or utility to the player.

See Also:
FishPool

Field Summary
static Serializer<FishingPole> SERIALIZER
          Type serializer.
 
Method Summary
 
Methods inherited from class us.asciiroth.client.items.AbstractItem
getDefiniteNoun, getIndefiniteNoun, onDeselect, onDrop, onFire, onHit, onSelect, onSteppedOn, onThrow, onThrowEnd, onUse
 
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<FishingPole> SERIALIZER
Type serializer.


0.7

© 2009 Alx Dark