Class Cancellable

java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
Direct Known Subclasses:
AttackEntityEvent, BreakBlockEvent, ChangePerspectiveEvent, CharTypedEvent, ChunkOcclusionEvent, CollisionShapeEvent, DropItemsEvent, InteractBlockEvent, InteractEntityEvent, KeyEvent, MouseButtonEvent, MouseScrollEvent, OpenScreenEvent, PacketEvent, ParticleEvent, PlaySoundEvent, ReceiveMessageEvent, RenderBlockEntityEvent, RenderBossBarEvent, RenderItemEntityEvent, SendMessageEvent, StartBreakingBlockEvent

public class Cancellable extends Object implements meteordevelopment.orbit.ICancellable
  • Constructor Details

    • Cancellable

      public Cancellable()
  • Method Details

    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface meteordevelopment.orbit.ICancellable
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface meteordevelopment.orbit.ICancellable