|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectus.asciiroth.client.core.AbstractPiece
us.asciiroth.client.items.AbstractItem
us.asciiroth.client.items.BlueRing
public class BlueRing
When the blue ring is worn, the player can move through water (although not ocean... you can use this to bound the region the player can traverse). However, the player cannot take the ring off while doing this.
| Field Summary | |
|---|---|
static Serializer<BlueRing> |
SERIALIZER
Type serializer. |
| Method Summary | |
|---|---|
void |
onDeselect(Event event,
Cell cell)
Notification that the user is trying to deselect the item. |
void |
onDrop(Event event,
Cell cell)
Notification that the item is about to be dropped. |
void |
onSelect(Context context,
Cell cell)
Notification that the user is trying to select the item. |
void |
onThrow(Event event,
Cell cell)
Notification that the item is about to be thrown. |
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, onFire, onHit, onSteppedOn, 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 |
|---|
public static final Serializer<BlueRing> SERIALIZER
| Method Detail |
|---|
public void onDeselect(Event event,
Cell cell)
Item
onDeselect in interface ItemonDeselect in class AbstractItem
public void onDrop(Event event,
Cell cell)
Item
onDrop in interface ItemonDrop in class AbstractItem
public void onSelect(Context context,
Cell cell)
Item
onSelect in interface ItemonSelect in class AbstractItem
public void onThrow(Event event,
Cell cell)
Item
onThrow in interface ItemonThrow in class AbstractItempublic void onUse(Event event)
Item
onUse in interface ItemonUse in class AbstractItem
|
0.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
© 2009 Alx Dark