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) Strikes lightning at the givenLocationand possibly without soundstrikeLightningEffect(Location loc, boolean isSilent) Strikes lightning at the givenLocationwithout doing damage and possibly without sound
- 
Constructor Details- 
Spigotpublic Spigot()
 
- 
- 
Method Details- 
strikeLightningStrikes 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.
 
- 
strikeLightningEffectStrikes 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.
 
 
-