public class PlayerEnterWorldpartEvent extends PlayerEvent implements Cancellable
Constructor and Description |
---|
PlayerEnterWorldpartEvent(Player player,
Vector2i newWorldpart,
Vector2i oldWorldpart) |
Modifier and Type | Method and Description |
---|---|
Vector2i |
getNewWorldpartCoordinates()
Gets the coordinates of the new worldpart.
|
Vector2i |
getOldWorldpartCoordinates()
Gets the coordinates of the old, previous worldpart.
|
boolean |
isCancelled()
Determines if the event is cancelled.
|
void |
setCancelled(boolean cancel)
Cancels this event.
|
getPlayer
public Vector2i getNewWorldpartCoordinates()
Vector2i
, the z
coordinate will be stored in the y value.public Vector2i getOldWorldpartCoordinates()
Vector2i
, the z
coordinate will be stored in the y value.public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- set to true if you want to cancel this event.