Interface LightningEvent
-
- All Superinterfaces:
Event
- All Known Subinterfaces:
LightningEvent.Post
,LightningEvent.Pre
,LightningEvent.Strike
public interface LightningEvent extends Event
Base event forEntityTypes.LIGHTNING_BOLT
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LightningEvent.Post
Fires after a lightning strike happened.static interface
LightningEvent.Pre
Fires before a lightning strike happens.static interface
LightningEvent.Strike
Fires when a lightning strike happens.
-