public class RoomChangeEventData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
from_room
The room the player is leaving.
|
Player |
player
The player entering/leaving.
|
int |
to_room
The room we are entering.
|
| Constructor and Description |
|---|
RoomChangeEventData() |
public Player player
public int to_room
public int from_room