Package net.minecraft.entity.ai.goal
Class GoToOwnerAndPurrGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.ai.goal.GoToOwnerAndPurrGoal
public class GoToOwnerAndPurrGoal extends MoveToTargetPosGoal
- Mappings:
Namespace Name official awl
intermediary net/minecraft/class_3697
named net/minecraft/entity/ai/goal/GoToOwnerAndPurrGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
cooldown, lowestY, mob, speed, targetPos, tryingTime
-
Constructor Summary
Constructors Constructor Description GoToOwnerAndPurrGoal(CatEntity cat, double speed, int range)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
protected int
getInterval(PathAwareEntity mob)
protected boolean
isTargetPos(WorldView world, BlockPos pos)
void
start()
void
stop()
void
tick()
Methods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredSquaredDistanceToTarget, getTargetPos, hasReached, shouldContinue, shouldResetPath, startMovingToTarget
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
cat
- Mappings:
Namespace Name Mixin selector official g
Lawl;g:Lbbm;
intermediary field_16282
Lnet/minecraft/class_3697;field_16282:Lnet/minecraft/class_1451;
named cat
Lnet/minecraft/entity/ai/goal/GoToOwnerAndPurrGoal;cat:Lnet/minecraft/entity/passive/CatEntity;
-
-
Constructor Details
-
GoToOwnerAndPurrGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lawl;<init>(Lbbm;DI)V
intermediary <init>
Lnet/minecraft/class_3697;<init>(Lnet/minecraft/class_1451;DI)V
named <init>
Lnet/minecraft/entity/ai/goal/GoToOwnerAndPurrGoal;<init>(Lnet/minecraft/entity/passive/CatEntity;DI)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classMoveToTargetPosGoal
- 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
-
start
public void start()- Overrides:
start
in classMoveToTargetPosGoal
- Mappings:
Namespace Name Mixin selector official c
Lawx;c()V
intermediary method_6269
Lnet/minecraft/class_1352;method_6269()V
named start
Lnet/minecraft/entity/ai/goal/Goal;start()V
-
getInterval
- Overrides:
getInterval
in classMoveToTargetPosGoal
- Mappings:
Namespace Name Mixin selector official a
Laxl;a(Larq;)I
intermediary method_6293
Lnet/minecraft/class_1367;method_6293(Lnet/minecraft/class_1314;)I
named getInterval
Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;getInterval(Lnet/minecraft/entity/mob/PathAwareEntity;)I
-
stop
public void stop() -
tick
public void tick()- Overrides:
tick
in classMoveToTargetPosGoal
- Mappings:
Namespace Name Mixin selector official e
Lawx;e()V
intermediary method_6268
Lnet/minecraft/class_1352;method_6268()V
named tick
Lnet/minecraft/entity/ai/goal/Goal;tick()V
-
isTargetPos
- Specified by:
isTargetPos
in classMoveToTargetPosGoal
- Mappings:
Namespace Name Mixin selector official a
Laxl;a(Lbty;Lfx;)Z
intermediary method_6296
Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Z
named isTargetPos
Lnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
-