Package net.minecraft.entity.ai.goal
Class GoToBedAndSleepGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToTargetPosGoal
net.minecraft.entity.ai.goal.GoToBedAndSleepGoal
Makes a
CatEntity
go to a bed and sleep.- Mappings:
Namespace Name official bsu
intermediary net/minecraft/class_3697
named net/minecraft/entity/ai/goal/GoToBedAndSleepGoal
-
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
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.MoveToTargetPosGoal
findTargetPos, getDesiredDistanceToTarget, getTargetPos, hasReached, shouldContinue, shouldResetPath, shouldRunEveryTick, startMovingToTarget
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString
-
Field Details
-
cat
- Mappings:
Namespace Name Mixin selector official g
Lbsu;g:Lbyb;
intermediary field_16282
Lnet/minecraft/class_3697;field_16282:Lnet/minecraft/class_1451;
named cat
Lnet/minecraft/entity/ai/goal/GoToBedAndSleepGoal;cat:Lnet/minecraft/entity/passive/CatEntity;
-
-
Constructor Details
-
GoToBedAndSleepGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbsu;<init>(Lbyb;DI)V
intermediary <init>
Lnet/minecraft/class_3697;<init>(Lnet/minecraft/class_1451;DI)V
named <init>
Lnet/minecraft/entity/ai/goal/GoToBedAndSleepGoal;<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
Lbth;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
Lbth;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
Lbtu;a(Lbmu;)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
Lbth;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
Lbtu;a(Lcts;Lhx;)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
-