public class DropEvent extends GameEvent
Constructor and Description |
---|
DropEvent(Character character,
Thing thing) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Character |
getCharacter() |
Thing |
getThing() |
int |
hashCode() |
void |
setCharacter(Character character) |
void |
setThing(Thing thing) |
String |
toString() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.