us.asciiroth.client.items
Class GoldCoin

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

public class GoldCoin
extends AbstractItem

A coin of the realm (any realm), made of gold.


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

Constructor Detail

GoldCoin

public GoldCoin()
Constructor.


0.7

© 2009 Alx Dark