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