Class CancellableEcsEvent
java.lang.Object
com.hypixel.hytale.component.system.EcsEvent
com.hypixel.hytale.component.system.CancellableEcsEvent
- All Implemented Interfaces:
ICancellableEcsEvent
- Direct Known Subclasses:
BreakBlockEvent,ChangeGameModeEvent,ChunkSaveEvent,ChunkUnloadEvent,CraftRecipeEvent,Damage,DamageBlockEvent,DropItemEvent,InteractivelyPickupItemEvent,KillFeedEvent.DecedentMessage,KillFeedEvent.Display,KillFeedEvent.KillerMessage,PlaceBlockEvent,PrefabPasteEvent,SwitchActiveSlotEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cancelled
private boolean cancelled
-
-
Constructor Details
-
CancellableEcsEvent
public CancellableEcsEvent()
-
-
Method Details
-
isCancelled
public final boolean isCancelled()- Specified by:
isCancelledin interfaceICancellableEcsEvent
-
setCancelled
public final void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceICancellableEcsEvent
-