Interface ICancellable

All Known Implementing Classes:
AddWorldEvent, PlayerChatEvent, PlayerInteractEvent, PlayerMouseButtonEvent, PlayerMouseMotionEvent, PlayerSetupConnectEvent, RemoveWorldEvent

public interface ICancellable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setCancelled(boolean var1)
     
  • Method Details

    • isCancelled

      boolean isCancelled()
    • setCancelled

      void setCancelled(boolean var1)