Package net.minecraft.entity.ai.goal
Class FollowGroupLeaderGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.FollowGroupLeaderGoal
- Mappings:
 Namespace Name official bmrintermediary net/minecraft/class_1349named net/minecraft/entity/ai/goal/FollowGroupLeaderGoal
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final SchoolingFishEntityprivate static final intprivate int - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString 
- 
Field Details
- 
MIN_SEARCH_DELAY
private static final int MIN_SEARCH_DELAY- See Also:
 - Mappings:
 Namespace Name Mixin selector official aLbmr;a:Iintermediary field_30204Lnet/minecraft/class_1349;field_30204:Inamed MIN_SEARCH_DELAYLnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;MIN_SEARCH_DELAY:I
 - 
fish
- Mappings:
 Namespace Name Mixin selector official bLbmr;b:Lbrk;intermediary field_6441Lnet/minecraft/class_1349;field_6441:Lnet/minecraft/class_1425;named fishLnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;fish:Lnet/minecraft/entity/passive/SchoolingFishEntity;
 - 
moveDelay
private int moveDelay- Mappings:
 Namespace Name Mixin selector official cLbmr;c:Iintermediary field_6440Lnet/minecraft/class_1349;field_6440:Inamed moveDelayLnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;moveDelay:I
 - 
checkSurroundingDelay
private int checkSurroundingDelay- Mappings:
 Namespace Name Mixin selector official dLbmr;d:Iintermediary field_6439Lnet/minecraft/class_1349;field_6439:Inamed checkSurroundingDelayLnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;checkSurroundingDelay:I
 
 - 
 - 
Constructor Details
- 
FollowGroupLeaderGoal
- Mappings:
 Namespace Name Mixin selector official <init>Lbmr;<init>(Lbrk;)Vintermediary <init>Lnet/minecraft/class_1349;<init>(Lnet/minecraft/class_1425;)Vnamed <init>Lnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;<init>(Lnet/minecraft/entity/passive/SchoolingFishEntity;)V
 
 - 
 - 
Method Details
- 
getSurroundingSearchDelay
- Mappings:
 Namespace Name Mixin selector official aLbmr;a(Lbrk;)Iintermediary method_6261Lnet/minecraft/class_1349;method_6261(Lnet/minecraft/class_1425;)Inamed getSurroundingSearchDelayLnet/minecraft/entity/ai/goal/FollowGroupLeaderGoal;getSurroundingSearchDelay(Lnet/minecraft/entity/passive/SchoolingFishEntity;)I
 - 
canStart
public boolean canStart() - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector official bLbmv;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
 - 
start
public void start() - 
stop
public void stop() - 
tick
public void tick() 
 -