Package net.ess3.api.events
Class UserWarpEvent
java.lang.Object
org.bukkit.event.Event
net.ess3.api.events.UserWarpEvent
- All Implemented Interfaces:
Cancellable
Called when the player use the command /warp
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
getTrade()
Getting payment handling informationgetUser()
getWarp()
boolean
void
setCancelled
(boolean b) void
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
UserWarpEvent
-
-
Method Details
-
getHandlerList
-
getUser
-
getWarp
-
setWarp
-
getTrade
Getting payment handling information- Returns:
- The payment handling class
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
setCancelled
public void setCancelled(boolean b) - Specified by:
setCancelled
in interfaceCancellable
-
getHandlers
- Specified by:
getHandlers
in classEvent
-