us.asciiroth.client.items
Class Bow

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

public class Bow
extends AbstractItem

A bow that shoots arrows.


Field Summary
static Serializer<Bow> SERIALIZER
          Type serializer.
 
Constructor Summary
Bow()
          Constructor.
 
Method Summary
 Item onFire(Event event)
          If this item can fire any kind of projectile, it should return it when this method is executed.
 void onUse(Event event)
          The player has used the item without indicating any particular direction for use.
 
Methods inherited from class us.asciiroth.client.items.AbstractItem
getDefiniteNoun, getIndefiniteNoun, onDeselect, onDrop, onHit, onSelect, onSteppedOn, onThrow, onThrowEnd
 
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<Bow> SERIALIZER
Type serializer.

Constructor Detail

Bow

public Bow()
Constructor. Public so it can be used in example pieces.

Method Detail

onFire

public Item onFire(Event event)
Description copied from interface: Item
If this item can fire any kind of projectile, it should return it when this method is executed.

Specified by:
onFire in interface Item
Overrides:
onFire in class AbstractItem
Returns:
an item that is the ammunition for this item when fired.

onUse

public void onUse(Event event)
Description copied from interface: Item
The player has used the item without indicating any particular direction for use. Even if the item has no intrinsic use, it's helpful to cancel the event with a message explaining that the item requires a direction to be useful.

Specified by:
onUse in interface Item
Overrides:
onUse in class AbstractItem

0.7

© 2009 Alx Dark