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 com.destroystokyo.paper.event.entity
Modifier and TypeMethodDescriptionEntityZapEvent.getBolt()
Gets the lightning bolt that is striking the entity.ModifierConstructorDescriptionEntityZapEvent
(Entity entity, LightningStrike bolt, Entity replacementEntity) -
Uses of LightningStrike in org.bukkit
Modifier 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
Modifier and TypeMethodDescriptionCreeperPowerEvent.getLightning()
Gets the lightning bolt which is striking the Creeper.PigZapEvent.getLightning()
Gets the bolt which is striking the pig.ModifierConstructorDescriptionCreeperPowerEvent
(@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
Modifier and TypeMethodDescriptionLightningStrikeEvent.getLightning()
Gets the bolt which is striking the earth.ModifierConstructorDescriptionLightningStrikeEvent
(@NotNull World world, @NotNull LightningStrike bolt) Deprecated.LightningStrikeEvent
(@NotNull World world, @NotNull LightningStrike bolt, @NotNull LightningStrikeEvent.Cause cause)