| Package | Description | 
|---|---|
| org.bukkit | 
 More generalized classes in the API. 
 | 
| org.bukkit.event.entity | |
| org.bukkit.event.weather | 
Events relating to weather. | 
| Modifier and Type | Method and Description | 
|---|---|
LightningStrike | 
World.strikeLightning(Location loc)
Strikes lightning at the given  
Location | 
LightningStrike | 
World.strikeLightningEffect(Location loc)
Strikes lightning at the given  
Location without doing damage | 
| Modifier and Type | Method and 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 and Description | 
|---|
CreeperPowerEvent(Creeper creeper,
                 LightningStrike bolt,
                 CreeperPowerEvent.PowerCause cause)  | 
PigZapEvent(Pig pig,
           LightningStrike bolt,
           PigZombie pigzombie)  | 
| Modifier and Type | Method and Description | 
|---|---|
LightningStrike | 
LightningStrikeEvent.getLightning()
Gets the bolt which is striking the earth. 
 | 
| Constructor and Description | 
|---|
LightningStrikeEvent(World world,
                    LightningStrike bolt)  | 
Copyright © 2014. All rights reserved.