us.asciiroth.client.items
Class PeachElixir

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

public class PeachElixir
extends AbstractItem

Peach elixir makes the player resistant to stoning attacks. If you're turned to stone, it's Game Over.


Field Summary
static Serializer<PeachElixir> SERIALIZER
          Type serializer.
 
Constructor Summary
PeachElixir()
          Constructor.
 
Method Summary
 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, onFire, 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<PeachElixir> SERIALIZER
Type serializer.

Constructor Detail

PeachElixir

public PeachElixir()
Constructor.

Method Detail

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