Package org.bukkit
Class World.Spigot
java.lang.Object
org.bukkit.World.Spigot
- Enclosing interface:
- World
public static class World.Spigot extends Object
-
Constructor Summary
Constructors Constructor Description Spigot()
-
Method Summary
Modifier and Type Method Description LightningStrike
strikeLightning(Location loc, boolean isSilent)
Strikes lightning at the givenLocation
and possibly without soundLightningStrike
strikeLightningEffect(Location loc, boolean isSilent)
Strikes lightning at the givenLocation
without doing damage and possibly without sound
-
Constructor Details
-
Spigot
public Spigot()
-
-
Method Details
-
strikeLightning
Strikes lightning at the givenLocation
and possibly without sound- Parameters:
loc
- The location to strike lightningisSilent
- Whether this strike makes no sound- Returns:
- The lightning entity.
-
strikeLightningEffect
Strikes lightning at the givenLocation
without doing damage and possibly without sound- Parameters:
loc
- The location to strike lightningisSilent
- Whether this strike makes no sound- Returns:
- The lightning entity.
-