Package org.bukkit
Class World.Spigot
java.lang.Object
org.bukkit.World.Spigot
- Enclosing interface:
- World
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstrikeLightning(Location loc, boolean isSilent) Deprecated.sound is now client side and cannot be removedstrikeLightningEffect(Location loc, boolean isSilent) Deprecated.sound is now client side and cannot be removed
- 
Constructor Details- 
Spigotpublic Spigot()
 
- 
- 
Method Details- 
strikeLightning@NotNull @Deprecated(since="1.20.4") public LightningStrike strikeLightning(@NotNull Location loc, boolean isSilent) Deprecated.sound is now client side and cannot be removedStrikes lightning at the givenLocationand possibly without sound- Parameters:
- loc- The location to strike lightning
- isSilent- Whether this strike makes no sound
- Returns:
- The lightning entity.
- See Also:
 
- 
strikeLightningEffect@NotNull @Deprecated(since="1.20.4") public LightningStrike strikeLightningEffect(@NotNull Location loc, boolean isSilent) Deprecated.sound is now client side and cannot be removedStrikes lightning at the givenLocationwithout doing damage and possibly without sound- Parameters:
- loc- The location to strike lightning
- isSilent- Whether this strike makes no sound
- Returns:
- The lightning entity.
- See Also:
 
 
-