Uses of Interface
org.bukkit.entity.LightningStrike
Packages that use LightningStrike
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Events
relating to weather.-
Uses of LightningStrike in org.bukkit
Methods in org.bukkit that return LightningStrikeModifier 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
Methods in org.bukkit.event.entity that return LightningStrikeModifier and TypeMethodDescriptionCreeperPowerEvent.getLightning()
Gets the lightning bolt which is striking the Creeper.PigZapEvent.getLightning()
Gets the bolt which is striking the pig.Constructors in org.bukkit.event.entity with parameters of type LightningStrikeModifierConstructorDescriptionCreeperPowerEvent
(Creeper creeper, LightningStrike bolt, CreeperPowerEvent.PowerCause cause) PigZapEvent
(Pig pig, LightningStrike bolt, PigZombie pigzombie) -
Uses of LightningStrike in org.bukkit.event.weather
Methods in org.bukkit.event.weather that return LightningStrikeModifier and TypeMethodDescriptionLightningStrikeEvent.getLightning()
Gets the bolt which is striking the earth.Constructors in org.bukkit.event.weather with parameters of type LightningStrikeModifierConstructorDescriptionLightningStrikeEvent
(World world, LightningStrike bolt) Deprecated.LightningStrikeEvent
(World world, LightningStrike bolt, LightningStrikeEvent.Cause cause)