Interface Evoker

All Superinterfaces:
Attributable, CommandSender, Creature, Damageable, Enemy, Entity, Illager, LivingEntity, Lootable, Metadatable, Mob, Monster, Nameable, Permissible, PersistentDataHolder, ProjectileSource, Raider, ServerOperator, Spellcaster

public interface Evoker extends Spellcaster
Represents an Evoker "Illager".
  • Method Details

    • 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