Class HappyGhast.BabyFlyingPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.FlyingPathNavigation
net.minecraft.world.entity.animal.happyghast.HappyGhast.BabyFlyingPathNavigation
- Enclosing class:
HappyGhast
-
Field Summary
Fields inherited from class PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanMoveDirectly(Vec3 startPos, Vec3 stopPos) Checks if the specified entity can safely walk to the specified location.Methods inherited from class FlyingPathNavigation
canNavigateGround, canUpdatePath, createPath, createPathFinder, getTempMobPos, isStableDestination, tickMethods inherited from class PathNavigation
canCutCorner, canFloat, createPath, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStuck, moveTo, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setCanOpenDoors, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, trimPath, updatePathfinderMaxVisitedNodes
-
Constructor Details
-
BabyFlyingPathNavigation
-
-
Method Details
-
canMoveDirectly
Description copied from class:PathNavigationChecks if the specified entity can safely walk to the specified location.- Overrides:
canMoveDirectlyin classFlyingPathNavigation
-