类 Drowned.DrownedTridentAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RangedAttackGoal
net.minecraft.world.entity.monster.Drowned.DrownedTridentAttackGoal
- 封闭类:
- Drowned
-
嵌套类概要
-
字段概要
字段 -
构造器概要
构造器构造器说明DrownedTridentAttackGoal
(RangedAttackMob pRangedAttackMob, double pSpeedModifier, int pAttackInterval, float pAttackRadius) -
方法概要
从类继承的方法 net.minecraft.world.entity.ai.goal.RangedAttackGoal
canContinueToUse, requiresUpdateEveryTick, tick
从类继承的方法 net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
-
字段详细资料
-
drowned
-
-
构造器详细资料
-
DrownedTridentAttackGoal
public DrownedTridentAttackGoal(RangedAttackMob pRangedAttackMob, double pSpeedModifier, int pAttackInterval, float pAttackRadius)
-
-
方法详细资料
-
canUse
public boolean canUse()- 覆盖:
canUse
在类中RangedAttackGoal
-
start
public void start() -
stop
public void stop()- 覆盖:
stop
在类中RangedAttackGoal
-