Constructor | Description |
---|---|
Spigot() |
Modifier and Type | Method | Description |
---|---|---|
@NotNull LightningStrike |
strikeLightning(@NotNull Location loc,
boolean isSilent) |
Strikes lightning at the given
Location and possibly without sound |
@NotNull LightningStrike |
strikeLightningEffect(@NotNull Location loc,
boolean isSilent) |
Strikes lightning at the given
Location without doing damage and possibly without sound |
@NotNull public @NotNull LightningStrike strikeLightning(@NotNull @NotNull Location loc, boolean isSilent)
Location
and possibly without soundloc
- The location to strike lightningisSilent
- Whether this strike makes no sound@NotNull public @NotNull LightningStrike strikeLightningEffect(@NotNull @NotNull Location loc, boolean isSilent)
Location
without doing damage and possibly without soundloc
- The location to strike lightningisSilent
- Whether this strike makes no soundCopyright © 2020. All rights reserved.