类 SpellcasterIllager.SpellcasterUseSpellGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.SpellcasterIllager.SpellcasterUseSpellGoal
直接已知子类:
Evoker.EvokerAttackSpellGoal, Evoker.EvokerSummonSpellGoal, Evoker.EvokerWololoSpellGoal, Illusioner.IllusionerBlindnessSpellGoal, Illusioner.IllusionerMirrorSpellGoal
封闭类:
SpellcasterIllager

protected abstract class SpellcasterIllager.SpellcasterUseSpellGoal extends Goal
  • 字段详细资料

    • attackWarmupDelay

      protected int attackWarmupDelay
    • nextAttackTickCount

      protected int nextAttackTickCount
  • 构造器详细资料

    • SpellcasterUseSpellGoal

      protected SpellcasterUseSpellGoal()
  • 方法详细资料

    • canUse

      public boolean canUse()
      指定者:
      canUse 在类中 Goal
    • canContinueToUse

      public boolean canContinueToUse()
      覆盖:
      canContinueToUse 在类中 Goal
    • start

      public void start()
      覆盖:
      start 在类中 Goal
    • tick

      public void tick()
      覆盖:
      tick 在类中 Goal
    • performSpellCasting

      protected abstract void performSpellCasting()
    • getCastWarmupTime

      protected int getCastWarmupTime()
    • getCastingTime

      protected abstract int getCastingTime()
    • getCastingInterval

      protected abstract int getCastingInterval()
    • getSpellPrepareSound

      @Nullable protected abstract SoundEvent getSpellPrepareSound()
    • getSpell

      protected abstract SpellcasterIllager.IllagerSpell getSpell()