Class UserWarpEvent

java.lang.Object
org.bukkit.event.Event
net.ess3.api.events.UserWarpEvent
All Implemented Interfaces:
Cancellable

public class UserWarpEvent extends Event implements Cancellable
Called when the player use the command /warp
  • Constructor Details

  • Method Details

    • getHandlerList

      public static HandlerList getHandlerList()
    • getUser

      public IUser getUser()
    • getWarp

      public String getWarp()
    • setWarp

      public void setWarp(String warp)
    • getTrade

      public Trade getTrade()
      Getting payment handling information
      Returns:
      The payment handling class
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface Cancellable
    • setCancelled

      public void setCancelled(boolean b)
      Specified by:
      setCancelled in interface Cancellable
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event