public class PlayerEnterAreaEvent extends PlayerEvent implements Cancellable
Area
Area
Constructor and Description |
---|
PlayerEnterAreaEvent(Player player,
Area area) |
Modifier and Type | Method and Description |
---|---|
Area |
getArea()
Gets the
Area the player has entered. |
boolean |
isCancelled()
Determines if the event is cancelled.
|
void |
setCancelled(boolean cancel)
Cancels this event.
|
getPlayer
public Area getArea()
Area
the player has entered.Area
.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.