Class FollowFlockLeaderGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.FollowFlockLeaderGoal
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static intprivate AbstractSchoolingFishprivate intprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleancanUse()protected intnextStartTick(AbstractSchoolingFish p_25252_)voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.world.entity.ai.goal.GoalgetFlags, isInterruptable, setFlags, toString
- 
Field Details- 
INTERVAL_TICKSprivate static final int INTERVAL_TICKS- See Also:
- Constant Field Values
 
- 
mob
- 
timeToRecalcPathprivate int timeToRecalcPath
- 
nextStartTickprivate int nextStartTick
 
- 
- 
Constructor Details- 
FollowFlockLeaderGoal
 
- 
- 
Method Details- 
nextStartTick
- 
canUsepublic boolean canUse()
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- Goal
 
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
 
-