net.minecraft.world.entity.ai.goal

public class RangedBowAttackGoal<T extends Monster extends RangedAttackMob>

extends Goal

cee
net.minecraft.world.entity.ai.goal.RangedBowAttackGoal
net.minecraft.class_1380
net.minecraft.entity.ai.goal.BowAttackGoal
net.minecraft.world.entity.ai.goal.PathfinderGoalBowShoot

Field summary

Modifier and TypeField
private final T
a
mob
field_6576
actor
private final double
b
speedModifier
field_6569
speed
private int
c
attackIntervalMin
field_6575
attackInterval
private final float
d
attackRadiusSqr
field_6570
squaredRange
private int
e
attackTime
field_6574
cooldown
private int
f
seeTime
field_6572
targetSeeingTicker
private boolean
g
strafingClockwise
field_6573
movingToLeft
private boolean
h
strafingBackwards
field_6571
backward
private int
i
strafingTime
field_6568
combatTicks

Constructor summary

ModifierConstructor
public (T actor, double speed, int attackInterval, float range)

Method summary

Modifier and TypeMethod
public void
c(int arg0)
setMinAttackInterval(int arg0)
method_6305(int arg0)
setAttackInterval(int attackInterval)
public boolean
b()
canUse()
method_6264()
canStart()
protected boolean
h()
isHoldingBow()
method_6306()
isHoldingBow()
public boolean
c()
canContinueToUse()
method_6266()
shouldContinue()
public void
d()
start()
method_6269()
start()
public void
e()
stop()
method_6270()
stop()
public boolean
V_()
requiresUpdateEveryTick()
method_38846()
shouldRunEveryTick()
public void
a()
tick()
method_6268()
tick()