Package org.bukkit
Class World.Spigot
java.lang.Object
org.bukkit.World.Spigot
- Enclosing interface:
- World
Deprecated.
Unsupported api
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstrikeLightning(@NotNull Location loc, boolean isSilent) Deprecated.The lightning strike sound has been moved into the client and this doesn't prevent the sound being played.strikeLightningEffect(@NotNull Location loc, boolean isSilent) Deprecated.The lightning strike sound has been moved into the client and this doesn't prevent the sound being played.
- 
Constructor Details- 
Spigotpublic Spigot()Deprecated.
 
- 
- 
Method Details- 
strikeLightning@NotNull @Deprecated public @NotNull LightningStrike strikeLightning(@NotNull @NotNull Location loc, boolean isSilent) Deprecated.The lightning strike sound has been moved into the client and this doesn't prevent the sound being played. Use the regular (non spigot) methods instead for a consistent behavior.Strikes 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.
 
- 
strikeLightningEffect@NotNull @Deprecated public @NotNull LightningStrike strikeLightningEffect(@NotNull @NotNull Location loc, boolean isSilent) Deprecated.The lightning strike sound has been moved into the client and this doesn't prevent the sound being played. Use the regular (non spigot) methods instead for a consistent behavior.Strikes 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.
 
 
-