us.asciiroth.client.items
Class SlingRock

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

public class SlingRock
extends AbstractItem

A rock that is used as ammunition by the sling. So it disappears when used, rather than falling to the ground.


Field Summary
static Serializer<SlingRock> SERIALIZER
          Type serializer.
 
Constructor Summary
SlingRock()
          Constructor.
 
Method Summary
 void onHit(Event event, Cell cell, Agent agent)
          Item has touched an agent either as a result of being thrown against the agent, or as a result of the player walking into the agent while holding the item.
 
Methods inherited from class us.asciiroth.client.items.AbstractItem
getDefiniteNoun, getIndefiniteNoun, onDeselect, onDrop, onFire, 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<SlingRock> SERIALIZER
Type serializer.

Constructor Detail

SlingRock

public SlingRock()
Constructor.

Method Detail

onHit

public void onHit(Event event,
                  Cell cell,
                  Agent agent)
Description copied from interface: Item
Item has touched an agent either as a result of being thrown against the agent, or as a result of the player walking into the agent while holding the item. Cancelling the event within this method has no effect.

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

0.7

© 2009 Alx Dark