Class Creaking.CreakingPathNavigation
java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.minecraft.world.entity.ai.navigation.GroundPathNavigation
net.minecraft.world.entity.monster.creaking.Creaking.CreakingPathNavigation
- Enclosing class:
Creaking
-
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
hasDelayedRecomputation, lastStuckCheck, lastStuckCheckPos, lastTimeoutCheck, level, maxDistanceToWaypoint, mob, nodeEvaluator, path, speedModifier, tick, timeLastRecompute, timeoutCachedNode, timeoutLimit, timeoutTimer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PathFindercreatePathFinder(int p_389538_) voidtick()Methods inherited from class net.minecraft.world.entity.ai.navigation.GroundPathNavigation
canUpdatePath, createPath, createPath, getTempMobPos, hasValidPathType, setAvoidSun, setCanOpenDoors, setCanWalkOverFences, trimPathMethods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation
canCutCorner, canFloat, canMoveDirectly, createPath, createPath, createPath, createPath, createPath, createPath, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, isClearForMovementBetween, isDone, isInProgress, isStableDestination, isStuck, moveTo, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setRequiredPathLength, setSpeedModifier, shouldRecomputePath, stop, updatePathfinderMaxVisitedNodes
-
Constructor Details
-
CreakingPathNavigation
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classPathNavigation
-
createPathFinder
- Overrides:
createPathFinderin classGroundPathNavigation
-