Package net.minecraft.entity.passive
Class FoxEntity.GoToVillageGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.GoToVillageGoal
net.minecraft.entity.passive.FoxEntity.GoToVillageGoal
- Enclosing class:
 FoxEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/FoxEntity$GoToVillageGoalintermediary net/minecraft/class_4019$class_4031official cfo$q
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.GoToVillageGoal
tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, stop, toGoalTicks, toString 
- 
Constructor Details
- 
GoToVillageGoal
public GoToVillageGoal(int unused, int searchRange) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;II)Vintermediary <init>Lnet/minecraft/class_4019$class_4031;<init>(Lnet/minecraft/class_4019;II)Vofficial <init>Lcfo$q;<init>(Lcfo;II)V
 
 - 
 - 
Method Details
- 
start
public void start() - 
canStart
public boolean canStart()- Overrides:
 canStartin classGoToVillageGoal- Mappings:
 Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLcam;b()Z
 - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoToVillageGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcam;c()Z
 - 
canGoToVillage
private boolean canGoToVillage()- Mappings:
 Namespace Name Mixin selector named canGoToVillageLnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;canGoToVillage()Zintermediary method_18308Lnet/minecraft/class_4019$class_4031;method_18308()Zofficial hLcfo$q;h()Z
 
 -