Package net.minecraft.entity.ai.goal
Class CatSitOnBlockGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.ai.goal.CatSitOnBlockGoal
- Mappings:
 Namespace Name official bmjintermediary net/minecraft/class_1373named net/minecraft/entity/ai/goal/CatSitOnBlockGoal
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
cooldown, lowestY, mob, speed, targetPos, tryingTime - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredDistanceToTarget, getInterval, getTargetPos, hasReached, shouldContinue, shouldResetPath, shouldRunEveryTick, startMovingToTargetMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString 
- 
Field Details
- 
cat
- Mappings:
 Namespace Name Mixin selector official gLbmj;g:Lbro;intermediary field_6545Lnet/minecraft/class_1373;field_6545:Lnet/minecraft/class_1451;named catLnet/minecraft/entity/ai/goal/CatSitOnBlockGoal;cat:Lnet/minecraft/entity/passive/CatEntity;
 
 - 
 - 
Constructor Details
- 
CatSitOnBlockGoal
- Mappings:
 Namespace Name Mixin selector official <init>Lbmj;<init>(Lbro;D)Vintermediary <init>Lnet/minecraft/class_1373;<init>(Lnet/minecraft/class_1451;D)Vnamed <init>Lnet/minecraft/entity/ai/goal/CatSitOnBlockGoal;<init>(Lnet/minecraft/entity/passive/CatEntity;D)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classMoveToTargetPosGoal- 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
 - 
start
public void start()- Overrides:
 startin classMoveToTargetPosGoal- Mappings:
 Namespace Name Mixin selector official cLbmv;c()Vintermediary method_6269Lnet/minecraft/class_1352;method_6269()Vnamed startLnet/minecraft/entity/ai/goal/Goal;start()V
 - 
stop
public void stop() - 
tick
public void tick()- Overrides:
 tickin classMoveToTargetPosGoal- Mappings:
 Namespace Name Mixin selector official eLbmv;e()Vintermediary method_6268Lnet/minecraft/class_1352;method_6268()Vnamed tickLnet/minecraft/entity/ai/goal/Goal;tick()V
 - 
isTargetPos
- Specified by:
 isTargetPosin classMoveToTargetPosGoal- Mappings:
 Namespace Name Mixin selector official aLbni;a(Lcmp;Lgu;)Zintermediary method_6296Lnet/minecraft/class_1367;method_6296(Lnet/minecraft/class_4538;Lnet/minecraft/class_2338;)Znamed isTargetPosLnet/minecraft/entity/ai/goal/MoveToTargetPosGoal;isTargetPos(Lnet/minecraft/world/WorldView;Lnet/minecraft/util/math/BlockPos;)Z
 
 -