Package | Description |
---|---|
eu.wauz.wauzcore.events |
This package contains all custom event classes used in WauzCore.
|
eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
Modifier and Type | Field and Description |
---|---|
private WauzWaypoint |
WauzPlayerEventCitizenTravel.waypoint
The waypoint to teleport to.
|
Constructor and Description |
---|
WauzPlayerEventCitizenTravel(java.lang.String citizenName,
WauzWaypoint waypoint)
Creates an event to travel to a waypoint of the given citizen.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,WauzWaypoint> |
WauzWaypoint.waypointMap
A map of waypoints, indexed by name.
|
Modifier and Type | Method and Description |
---|---|
static WauzWaypoint |
WauzWaypoint.getWaypoint(java.lang.String waypointKey) |