类 Cat.CatAvoidEntityGoal<T extends LivingEntity>
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.AvoidEntityGoal<T>
net.minecraft.world.entity.animal.Cat.CatAvoidEntityGoal<T>
- 封闭类:
Cat
-
嵌套类概要
-
字段概要
字段从类继承的字段 net.minecraft.world.entity.ai.goal.AvoidEntityGoal
avoidClass, avoidPredicate, maxDist, mob, path, pathNav, predicateOnAvoidEntity, toAvoid
-
构造器概要
构造器构造器说明CatAvoidEntityGoal
(Cat p_28191_, Class<T> p_28192_, float p_28193_, double p_28194_, double p_28195_) -
方法概要
从类继承的方法 net.minecraft.world.entity.ai.goal.AvoidEntityGoal
start, stop, tick
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
-
字段详细资料
-
cat
-
-
构造器详细资料
-
CatAvoidEntityGoal
-
-
方法详细资料
-
canUse
public boolean canUse()- 覆盖:
canUse
在类中AvoidEntityGoal<T extends LivingEntity>
-
canContinueToUse
public boolean canContinueToUse()- 覆盖:
canContinueToUse
在类中AvoidEntityGoal<T extends LivingEntity>
-