Class WallClimberNavigationMixin

java.lang.Object
net.minecraft.world.entity.ai.navigation.PathNavigation
net.frozenblock.wilderwild.mixin.entity.crab.WallClimberNavigationMixin

public abstract class WallClimberNavigationMixin extends net.minecraft.world.entity.ai.navigation.PathNavigation
  • 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
    Constructor
    Description
    WallClimberNavigationMixin(net.minecraft.world.entity.Mob mob, net.minecraft.world.level.Level level)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    wilderWild$tick(float original)
     

    Methods inherited from class net.minecraft.world.entity.ai.navigation.PathNavigation

    canCutCorner, canFloat, canMoveDirectly, canUpdatePath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPath, createPathFinder, doStuckDetection, followThePath, getGroundY, getMaxDistanceToWaypoint, getNodeEvaluator, getPath, getTargetPos, getTempMobPos, isClearForMovementBetween, isDone, isInLiquid, isInProgress, isStableDestination, isStuck, moveTo, moveTo, moveTo, recomputePath, resetMaxVisitedNodesMultiplier, setCanFloat, setMaxVisitedNodesMultiplier, setSpeedModifier, shouldRecomputePath, stop, tick, trimPath

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WallClimberNavigationMixin

      public WallClimberNavigationMixin(net.minecraft.world.entity.Mob mob, net.minecraft.world.level.Level level)
  • Method Details

    • wilderWild$tick

      public float wilderWild$tick(float original)