接口 Evoker

所有超级接口:
Attributable, CommandSender, Creature, Damageable, Entity, Illager, LivingEntity, Metadatable, Monster, Nameable, Permissible, ProjectileSource, ServerOperator, Spellcaster

public interface Evoker extends Spellcaster
Represents an Evoker "Illager".
  • 方法详细资料

    • getCurrentSpell

      @Deprecated Evoker.Spell getCurrentSpell()
      已过时。
      future versions of Minecraft have additional spell casting entities.
      Gets the Evoker.Spell the Evoker is currently using.
      返回:
      the current spell
    • setCurrentSpell

      @Deprecated void setCurrentSpell(Evoker.Spell spell)
      已过时。
      future versions of Minecraft have additional spell casting entities.
      Sets the Evoker.Spell the Evoker is currently using.
      参数:
      spell - the spell the evoker should be using