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
class FoxEntity.GoToVillageGoal extends GoToVillageGoal
- Mappings:
Namespace Name official bbs$q
intermediary net/minecraft/class_4019$class_4031
named 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 Constructor Description GoToVillageGoal(int unused, int searchRange)
-
Method Summary
Modifier and Type Method Description private boolean
canGoToVillage()
boolean
canStart()
boolean
shouldContinue()
void
start()
Methods inherited from class net.minecraft.entity.ai.goal.GoToVillageGoal
tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, toString
-
Constructor Details
-
GoToVillageGoal
public GoToVillageGoal(int unused, int searchRange)- Mappings:
Namespace Name Mixin selector official <init>
Lbbs$q;<init>(Lbbs;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
-
start
public void start() -
canStart
public boolean canStart()- Overrides:
canStart
in classGoToVillageGoal
- Mappings:
Namespace Name Mixin selector official a
Lawx;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classGoToVillageGoal
- Mappings:
Namespace Name Mixin selector official b
Lawx;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canGoToVillage
private boolean canGoToVillage()- Mappings:
Namespace Name Mixin selector official g
Lbbs$q;g()Z
intermediary method_18308
Lnet/minecraft/class_4019$class_4031;method_18308()Z
named canGoToVillage
Lnet/minecraft/entity/passive/FoxEntity$GoToVillageGoal;canGoToVillage()Z
-