Package org.bukkit

Class World.Spigot

  • Enclosing interface:
    World

    public static class World.Spigot
    extends Object
    • Constructor Detail

      • Spigot

        public Spigot()
    • Method Detail

      • strikeLightning

        @NotNull
        public LightningStrike strikeLightning​(@NotNull
                                               Location loc,
                                               boolean isSilent)
        Strikes lightning at the given Location and possibly without sound
        Parameters:
        loc - The location to strike lightning
        isSilent - Whether this strike makes no sound
        Returns:
        The lightning entity.
      • strikeLightningEffect

        @NotNull
        public LightningStrike strikeLightningEffect​(@NotNull
                                                     Location loc,
                                                     boolean isSilent)
        Strikes lightning at the given Location without doing damage and possibly without sound
        Parameters:
        loc - The location to strike lightning
        isSilent - Whether this strike makes no sound
        Returns:
        The lightning entity.