Class FollowFlockLeaderGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.FollowFlockLeaderGoal
- 
Nested Class Summary
 - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static intprivate AbstractSchoolingFishprivate intprivate int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleancanUse()protected intnextStartTick(AbstractSchoolingFish p_25252_)voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.world.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString 
- 
Field Details
- 
INTERVAL_TICKS
private static final int INTERVAL_TICKS- See Also:
 - Constant Field Values
 
 - 
mob
 - 
timeToRecalcPath
private int timeToRecalcPath - 
nextStartTick
private int nextStartTick 
 - 
 - 
Constructor Details
- 
FollowFlockLeaderGoal
 
 - 
 - 
Method Details
- 
nextStartTick
 - 
canUse
public boolean canUse() - 
canContinueToUse
public boolean canContinueToUse()- Overrides:
 canContinueToUsein classGoal
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -