|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.globalse.arena.frag.events.Event | +--org.globalse.arena.frag.events.ObjectActionEvent | +--org.globalse.arena.sword.engine.PickUpSuccessEvent
This is sent by the Item to an Adventurer, when the Item is successfully picked up (the Item becomes visible and is attached to the Adventurer's inventory)
ObjectActionEvent
, Serialized Form
Field Summary | |
java.lang.String |
item
|
Fields inherited from class org.globalse.arena.frag.events.ObjectActionEvent |
object |
Fields inherited from class org.globalse.arena.frag.events.Event |
game,
recipient,
sender |
Constructor Summary | |
PickUpSuccessEvent()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public java.lang.String item
Constructor Detail |
public PickUpSuccessEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |