类 VariantsSpiderEntity.TargetGoal<T extends net.minecraft.entity.LivingEntity>

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TrackTargetGoal
net.minecraft.entity.ai.goal.ActiveTargetGoal<T>
pers.saikel0rado1iu.spontaneousreplace.cobwebbed.entity.mob.VariantsSpiderEntity.TargetGoal<T>
封闭类:
VariantsSpiderEntity

protected static class VariantsSpiderEntity.TargetGoal<T extends net.minecraft.entity.LivingEntity> extends net.minecraft.entity.ai.goal.ActiveTargetGoal<T>
蜘蛛默认低光照主动攻击目标
  • 嵌套类概要

    从类继承的嵌套类/接口 net.minecraft.entity.ai.goal.Goal

    net.minecraft.entity.ai.goal.Goal.Control
  • 字段概要

    从类继承的字段 net.minecraft.entity.ai.goal.ActiveTargetGoal

    reciprocalChance, targetClass, targetEntity, targetPredicate

    从类继承的字段 net.minecraft.entity.ai.goal.TrackTargetGoal

    checkVisibility, maxTimeWithoutVisibility, mob, target
  • 构造器概要

    构造器
    构造器
    说明
    TargetGoal(net.minecraft.entity.mob.SpiderEntity spider, Class<T> targetEntityClass)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
     

    从类继承的方法 net.minecraft.entity.ai.goal.ActiveTargetGoal

    findClosestTarget, getSearchBox, setTargetEntity, start

    从类继承的方法 net.minecraft.entity.ai.goal.TrackTargetGoal

    canTrack, getFollowRange, setMaxTimeWithoutVisibility, shouldContinue, stop

    从类继承的方法 net.minecraft.entity.ai.goal.Goal

    canStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • TargetGoal

      public TargetGoal(net.minecraft.entity.mob.SpiderEntity spider, Class<T> targetEntityClass)
  • 方法详细资料

    • canStart

      public boolean canStart()
      覆盖:
      canStart 在类中 net.minecraft.entity.ai.goal.ActiveTargetGoal<T extends net.minecraft.entity.LivingEntity>