public class PickupEvent extends GameEvent
PickupEvent(Character character, Thing thing)
boolean
equals(Object o)
Character
getCharacter()
Thing
getThing()
int
hashCode()
void
setCharacter(Character character)
setThing(Thing thing)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public PickupEvent(Character character, Thing thing)
public Character getCharacter()
public void setCharacter(Character character)
public Thing getThing()
public void setThing(Thing thing)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.