| Package | Description | 
|---|---|
| com.destroystokyo.paper.event.entity | |
| org.bukkit | The root package of the Bukkit API, contains generalized API classes. | 
| org.bukkit.event.entity | |
| org.bukkit.event.weather | Eventsrelating to weather. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| LightningStrike | EntityZapEvent. getBolt() | Gets the lightning bolt that is striking the entity. | 
| Constructor | Description | 
|---|---|
| EntityZapEvent(Entity entity,
              LightningStrike bolt,
              Entity replacementEntity) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| LightningStrike | World.Spigot. strikeLightning(Location loc,
               boolean isSilent) | Strikes lightning at the given  Locationand possibly without sound | 
| LightningStrike | World. strikeLightning(Location loc) | Strikes lightning at the given  Location | 
| LightningStrike | World.Spigot. strikeLightningEffect(Location loc,
                     boolean isSilent) | Strikes lightning at the given  Locationwithout doing damage and possibly without sound | 
| LightningStrike | World. strikeLightningEffect(Location loc) | Strikes lightning at the given  Locationwithout doing damage | 
| Modifier and Type | Method | Description | 
|---|---|---|
| LightningStrike | CreeperPowerEvent. getLightning() | Gets the lightning bolt which is striking the Creeper. | 
| LightningStrike | PigZapEvent. getLightning() | Gets the bolt which is striking the pig. | 
| Constructor | Description | 
|---|---|
| CreeperPowerEvent(Creeper creeper,
                 LightningStrike bolt,
                 CreeperPowerEvent.PowerCause cause) | |
| PigZapEvent(Pig pig,
           LightningStrike bolt,
           PigZombie pigzombie) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| LightningStrike | LightningStrikeEvent. getLightning() | Gets the bolt which is striking the earth. | 
| Constructor | Description | 
|---|---|
| LightningStrikeEvent(World world,
                    LightningStrike bolt) | Deprecated. | 
| LightningStrikeEvent(World world,
                    LightningStrike bolt,
                    LightningStrikeEvent.Cause cause) | 
Copyright © 2020. All rights reserved.