Package net.minecraft.entity.ai.goal
Class CatLieOnBedGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MoveToBlockGoal
net.minecraft.entity.ai.goal.CatLieOnBedGoal
-
Nested Class Summary
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.MoveToBlockGoal
blockPos, mob, nextStartTick, speedModifier, tryTicks, verticalSearchStart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canUse()
protected boolean
isValidTarget
(IWorldReader p_179488_1_, BlockPos p_179488_2_) protected int
nextStartTick
(CreatureEntity p_203109_1_) void
start()
void
stop()
void
tick()
Methods inherited from class net.minecraft.entity.ai.goal.MoveToBlockGoal
acceptedDistance, canContinueToUse, findNearestBlock, getMoveToTarget, isReachedTarget, moveMobToBlock, shouldRecalculatePath
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
Field Details
-
cat
-
-
Constructor Details
-
CatLieOnBedGoal
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUse
in classMoveToBlockGoal
-
start
public void start()- Overrides:
start
in classMoveToBlockGoal
-
nextStartTick
- Overrides:
nextStartTick
in classMoveToBlockGoal
-
stop
public void stop() -
tick
public void tick()- Overrides:
tick
in classMoveToBlockGoal
-
isValidTarget
- Specified by:
isValidTarget
in classMoveToBlockGoal
-