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 com.destroystokyo.paper.event.entity
Methods in com.destroystokyo.paper.event.entity that return LightningStrikeModifier and TypeMethodDescriptionEntityZapEvent.getBolt()
Gets the lightning bolt that is striking the entity.Constructors in com.destroystokyo.paper.event.entity with parameters of type LightningStrikeModifierConstructorDescriptionEntityZapEvent
(@NotNull Entity entity, @NotNull LightningStrike bolt, @NotNull Entity replacementEntity) -
Uses of LightningStrike in org.bukkit
Methods in org.bukkit that return LightningStrikeModifier and TypeMethodDescriptionWorld.Spigot.strikeLightning
(@NotNull Location loc, boolean isSilent) Deprecated.sound is now client side and cannot be removedWorld.strikeLightning
(@NotNull Location loc) Strikes lightning at the givenLocation
World.Spigot.strikeLightningEffect
(@NotNull Location loc, boolean isSilent) Deprecated.sound is now client side and cannot be removedWorld.strikeLightningEffect
(@NotNull 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
(@NotNull Creeper creeper, @NotNull LightningStrike bolt, @NotNull CreeperPowerEvent.PowerCause cause) PigZapEvent
(@NotNull Pig pig, @NotNull LightningStrike bolt, @NotNull 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
(@NotNull World world, @NotNull LightningStrike bolt) Deprecated.LightningStrikeEvent
(@NotNull World world, @NotNull LightningStrike bolt, @NotNull LightningStrikeEvent.Cause cause)