Interface Event

All Known Implementing Classes:
AllowNearbyMonstersSleepEvent, BellRingEvent, BlockBurningEvent, BlockDropItemEvent, CommandRegistrationCallbackEvent, DataPackReloadEndEvent, DataPackReloadStartEvent, DataPackSyncEvent, ElytraAllowEvent, ElytraCustomEvent, EntityChangeWorldEvent, EntityMoveEvent, ItemSmeltEvent, LoginConnectionInitEvent, LoginDisconnectEvent, LoginQueryStartEvent, PlayerBlockBreakEvent, PlayerBlockPlaceEvent, PlayerChangeWorldEvent, PlayerChatEvent, PlayerCommandPreProcessEvent, PlayerConnectionEvent, PlayerDisconnectEvent, PlayerJoinEvent, PlayerMoveEvent, PlayerStartTrackingEvent, PlayerStopTrackingEvent, ServerStartedEvent, ServerStartingEvent, ServerStoppedEvent, ServerStoppingEvent, SleepAllowBedEvent, SleepAllowEvent, SleepAllowResettingTimeEvent, SleepAllowSettingSpawnEvent, SleepAllowTimeEvent, SleepStartEvent, SleepStopEvent, TagsLoadedEvent, TickEvent

public interface Event
  • Method Summary

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

    • isCancelled

      boolean isCancelled()
    • setCancelled

      void setCancelled(boolean cancelled)