Uses of Interface
org.bukkit.entity.LightningStrike
-
Packages that use LightningStrike Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes.org.bukkit.event.entity org.bukkit.event.weather Eventsrelating to weather. -
-
Uses of LightningStrike in org.bukkit
Methods in org.bukkit that return LightningStrike Modifier and Type Method Description @NotNull LightningStrikeWorld.Spigot. strikeLightning(@NotNull Location loc, boolean isSilent)Strikes lightning at the givenLocationand possibly without sound@NotNull LightningStrikeWorld. strikeLightning(@NotNull Location loc)Strikes lightning at the givenLocation@NotNull LightningStrikeWorld.Spigot. strikeLightningEffect(@NotNull Location loc, boolean isSilent)Strikes lightning at the givenLocationwithout doing damage and possibly without sound@NotNull LightningStrikeWorld. strikeLightningEffect(@NotNull Location loc)Strikes lightning at the givenLocationwithout doing damage -
Uses of LightningStrike in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return LightningStrike Modifier and Type Method Description @Nullable LightningStrikeCreeperPowerEvent. getLightning()Gets the lightning bolt which is striking the Creeper.@NotNull LightningStrikePigZapEvent. getLightning()Gets the bolt which is striking the pig.Constructors in org.bukkit.event.entity with parameters of type LightningStrike Constructor Description CreeperPowerEvent(@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 LightningStrike Modifier and Type Method Description @NotNull LightningStrikeLightningStrikeEvent. getLightning()Gets the bolt which is striking the earth.Constructors in org.bukkit.event.weather with parameters of type LightningStrike Constructor Description LightningStrikeEvent(@NotNull World world, @NotNull LightningStrike bolt)Deprecated.LightningStrikeEvent(@NotNull World world, @NotNull LightningStrike bolt, @NotNull LightningStrikeEvent.Cause cause)
-