Class CAVE_INIMICUM


public class CAVE_INIMICUM extends StationarySpell
Cave Inimicum produces a boundary that keeps the caster hidden from view. Those who were on the other side of the shield are not able to see, hear, or (if the spell was well cast) smell them.

CAVE_INIMICUM

Since:
2.21
See Also:
  • Constructor Details

    • CAVE_INIMICUM

      public CAVE_INIMICUM(Ollivanders2 plugin)
      Default constructor for use in generating spell text. Do not use to cast the spell.
      Parameters:
      plugin - the Ollivanders2 plugin
    • CAVE_INIMICUM

      public CAVE_INIMICUM(@NotNull @NotNull Ollivanders2 plugin, @NotNull @NotNull org.bukkit.entity.Player player, @NotNull @NotNull Double rightWand)
      Constructor.
      Parameters:
      plugin - a callback to the MC plugin
      player - the player who cast this spell
      rightWand - which wand the player was using
  • Method Details