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 official brv$qintermediary net/minecraft/class_4019$class_4031named net/minecraft/entity/passive/FoxEntity$GoToVillageGoal
- 
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 official <init>Lbrv$q;<init>(Lbrv;II)Vintermediary <init>Lnet/minecraft/class_4019$class_4031;<init>(Lnet/minecraft/class_4019;II)Vnamed <init>Lnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;II)V
 
 - 
 - 
Method Details
- 
start
public void start() - 
canStart
public boolean canStart()- Overrides:
 canStartin classGoToVillageGoal- Mappings:
 Namespace Name Mixin selector official aLbmv;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
 - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoToVillageGoal- 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
 - 
canGoToVillage
private boolean canGoToVillage()- Mappings:
 Namespace Name Mixin selector official hLbrv$q;h()Zintermediary method_18308Lnet/minecraft/class_4019$class_4031;method_18308()Znamed canGoToVillageLnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;canGoToVillage()Z
 
 -