Interface ICancellableEcsEvent

All Known Implementing Classes:
BreakBlockEvent, CancellableEcsEvent, ChangeGameModeEvent, ChunkSaveEvent, ChunkUnloadEvent, CraftRecipeEvent, CraftRecipeEvent.Post, CraftRecipeEvent.Pre, Damage, DamageBlockEvent, DiscoverInstanceEvent.Display, DiscoverZoneEvent.Display, DropItemEvent, DropItemEvent.Drop, DropItemEvent.PlayerRequest, InteractivelyPickupItemEvent, KillFeedEvent.DecedentMessage, KillFeedEvent.Display, KillFeedEvent.KillerMessage, PlaceBlockEvent, PrefabPasteEvent, SwitchActiveSlotEvent, UseBlockEvent.Pre

public interface ICancellableEcsEvent
  • Method Summary

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

    • isCancelled

      boolean isCancelled()
    • setCancelled

      void setCancelled(boolean var1)