Interface LightningEvent.Pre
-
- All Superinterfaces:
Cancellable
,Event
,LightningEvent
- Enclosing interface:
- LightningEvent
public static interface LightningEvent.Pre extends LightningEvent, Cancellable
Fires before a lightning strike happens.Cancelling this completely prevents the lightning at its effects.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.event.action.LightningEvent
LightningEvent.Post, LightningEvent.Pre, LightningEvent.Strike
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-