Class PlayerMoveEvent

All Implemented Interfaces:
Cancellable

public class PlayerMoveEvent extends PlayerEvent implements Cancellable
  • Constructor Details

  • Method Details

    • getHandlers

      public static HandlerList getHandlers()
    • getFrom

      public Location getFrom()
    • setFrom

      public void setFrom(Location from)
    • getTo

      public Location getTo()
    • setTo

      public void setTo(Location to)
    • isResetBlocksAround

      public boolean isResetBlocksAround()
    • setResetBlocksAround

      public void setResetBlocksAround(boolean value)
    • setCancelled

      public void setCancelled()
      Specified by:
      setCancelled in interface Cancellable
      Overrides:
      setCancelled in class Event