Interface Evoker

    • Method Detail

      • getCurrentSpell

        @Deprecated
        @NotNull
        Evoker.Spell getCurrentSpell()
        Deprecated.
        future versions of Minecraft have additional spell casting entities.
        Gets the Evoker.Spell the Evoker is currently using.
        Returns:
        the current spell
      • setCurrentSpell

        @Deprecated
        void setCurrentSpell​(@Nullable
                             Evoker.Spell spell)
        Deprecated.
        future versions of Minecraft have additional spell casting entities.
        Sets the Evoker.Spell the Evoker is currently using.
        Parameters:
        spell - the spell the evoker should be using