类 VariantsSpiderEntity.AttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
pers.saikel0rado1iu.spontaneousreplace.cobwebbed.entity.mob.VariantsSpiderEntity.AttackGoal
- 封闭类:
- VariantsSpiderEntity
protected static class VariantsSpiderEntity.AttackGoal
extends net.minecraft.entity.ai.goal.MeleeAttackGoal
蜘蛛默认攻击目标
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.Goal.Control -
字段概要
从类继承的字段 net.minecraft.entity.ai.goal.MeleeAttackGoal
mob -
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, canAttack, getCooldown, getMaxCooldown, isCooledDown, resetCooldown, shouldRunEveryTick, start, stop, tick从类继承的方法 net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString
-
构造器详细资料
-
AttackGoal
public AttackGoal(net.minecraft.entity.mob.SpiderEntity spider)
-
-
方法详细资料
-
canStart
public boolean canStart()- 覆盖:
canStart在类中net.minecraft.entity.ai.goal.MeleeAttackGoal
-
shouldContinue
public boolean shouldContinue()- 覆盖:
shouldContinue在类中net.minecraft.entity.ai.goal.MeleeAttackGoal
-