Package net.minecraft.entity.ai.goal
Class StopFollowingCustomerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.StopFollowingCustomerGoal
- Mappings:
 Namespace Name named net/minecraft/entity/ai/goal/StopFollowingCustomerGoalintermediary net/minecraft/class_1390official cbv
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldContinue, shouldRunEveryTick, tick, toGoalTicks, toString 
- 
Field Details
- 
merchant
- Mappings:
 Namespace Name Mixin selector named merchantLnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;merchant:Lnet/minecraft/entity/passive/MerchantEntity;intermediary field_6610Lnet/minecraft/class_1390;field_6610:Lnet/minecraft/class_3988;official aLcbv;a:Lcmf;
 
 - 
 - 
Constructor Details
- 
StopFollowingCustomerGoal
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;<init>(Lnet/minecraft/entity/passive/MerchantEntity;)Vintermediary <init>Lnet/minecraft/class_1390;<init>(Lnet/minecraft/class_3988;)Vofficial <init>Lcbv;<init>(Lcmf;)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart() - 
start
public void start() - 
stop
public void stop() 
 -