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$q- intermediary - net/minecraft/class_4019$class_4031- named - net/minecraft/entity/passive/FoxEntity$GoToVillageGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.GoToVillageGoaltickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldRunEveryTick, stop, toGoalTicks, toString
- 
Constructor Details- 
GoToVillageGoalpublic GoToVillageGoal(int unused, int searchRange) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbrv$q;<init>(Lbrv;II)V- intermediary - <init>- Lnet/minecraft/class_4019$class_4031;<init>(Lnet/minecraft/class_4019;II)V- named - <init>- Lnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;II)V
 
 
- 
- 
Method Details- 
startpublic void start()
- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- GoToVillageGoal
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbmv;a()Z- intermediary - method_6264- Lnet/minecraft/class_1352;method_6264()Z- named - canStart- Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
 
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- GoToVillageGoal
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lbmv;b()Z- intermediary - method_6266- Lnet/minecraft/class_1352;method_6266()Z- named - shouldContinue- Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
 
- 
canGoToVillageprivate boolean canGoToVillage()- Mappings:
- Namespace - Name - Mixin selector - official - h- Lbrv$q;h()Z- intermediary - method_18308- Lnet/minecraft/class_4019$class_4031;method_18308()Z- named - canGoToVillage- Lnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;canGoToVillage()Z
 
 
-