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 official boeintermediary net/minecraft/class_1390named net/minecraft/entity/ai/goal/StopFollowingCustomerGoal
- 
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 official aLboe;a:Lbxw;intermediary field_6610Lnet/minecraft/class_1390;field_6610:Lnet/minecraft/class_3988;named merchantLnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;merchant:Lnet/minecraft/entity/passive/MerchantEntity;
 
 - 
 - 
Constructor Details
- 
StopFollowingCustomerGoal
- Mappings:
 Namespace Name Mixin selector official <init>Lboe;<init>(Lbxw;)Vintermediary <init>Lnet/minecraft/class_1390;<init>(Lnet/minecraft/class_3988;)Vnamed <init>Lnet/minecraft/entity/ai/goal/StopFollowingCustomerGoal;<init>(Lnet/minecraft/entity/passive/MerchantEntity;)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart() - 
start
public void start() - 
stop
public void stop() 
 -