Skip to content

Latest commit

 

History

History
126 lines (126 loc) · 5.94 KB

cn.nukkit.event.player.PlayerMoveEvent.md

File metadata and controls

126 lines (126 loc) · 5.94 KB
  • 成员变量一览

    • 继承自类 cn.nukkit.event.player.PlayerEvent

      player
    • 继承自类 cn.nukkit.event.Event

      eventName
  • 构造函数一览

    构造函数 
    构造函数描述
    PlayerMoveEvent(Player player, Location from, Location to) 
    PlayerMoveEvent(Player player, Location from, Location to, boolean resetBlocks) 
  • 成员函数一览

    All Methods Static Methods Instance Methods Concrete Methods 
    修饰符和类 成员函数描述
    Location getFrom() 
    static HandlerList getHandlers() 
    Location getTo() 
    boolean isResetBlocksAround() 
    void setCancelled() 
    void setFrom(Location from) 
    void setResetBlocksAround(boolean value) 
    void setTo(Location to) 
    • 继承自类 cn.nukkit.event.player.PlayerEvent

      getPlayer
    • 继承自类 cn.nukkit.event.Event

      getEventName, isCancelled, setCancelled
    • 继承自类 java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 继承自接口 cn.nukkit.event.Cancellable

      isCancelled, setCancelled