Uses of Interface
org.bukkit.entity.LightningStrike
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Events
relating to weather.-
Uses of LightningStrike in org.bukkit
Modifier and TypeMethodDescriptionWorld.Spigot.strikeLightning
(Location loc, boolean isSilent) Strikes lightning at the givenLocation
and possibly without soundWorld.strikeLightning
(Location loc) Strikes lightning at the givenLocation
World.Spigot.strikeLightningEffect
(Location loc, boolean isSilent) Strikes lightning at the givenLocation
without doing damage and possibly without soundWorld.strikeLightningEffect
(Location loc) Strikes lightning at the givenLocation
without doing damage -
Uses of LightningStrike in org.bukkit.event.entity
Modifier and TypeMethodDescriptionCreeperPowerEvent.getLightning()
Gets the lightning bolt which is striking the Creeper.PigZapEvent.getLightning()
Gets the bolt which is striking the pig.ModifierConstructorDescriptionCreeperPowerEvent
(Creeper creeper, LightningStrike bolt, CreeperPowerEvent.PowerCause cause) PigZapEvent
(Pig pig, LightningStrike bolt, PigZombie pigzombie) -
Uses of LightningStrike in org.bukkit.event.weather
Modifier and TypeMethodDescriptionLightningStrikeEvent.getLightning()
Gets the bolt which is striking the earth.ModifierConstructorDescriptionLightningStrikeEvent
(World world, LightningStrike bolt) Deprecated.LightningStrikeEvent
(World world, LightningStrike bolt, LightningStrikeEvent.Cause cause)