| Package | Description | 
|---|---|
| org.bukkit.event.weather | Eventsrelating to weather. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| LightningStrikeEvent.Cause | LightningStrikeEvent. getCause() | Gets the cause of this lightning strike. | 
| static LightningStrikeEvent.Cause | LightningStrikeEvent.Cause. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static LightningStrikeEvent.Cause[] | LightningStrikeEvent.Cause. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor | Description | 
|---|---|
| LightningStrikeEvent(World world,
                    LightningStrike bolt,
                    LightningStrikeEvent.Cause cause) | 
Copyright © 2020. All rights reserved.