Package net.minecraft.entity.mob
Class RavagerEntity.Navigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.MobNavigation
net.minecraft.entity.mob.RavagerEntity.Navigation
- Enclosing class:
- RavagerEntity
static class RavagerEntity.Navigation extends MobNavigation
- Mappings:
Namespace Name official bhe$b
intermediary net/minecraft/class_1584$class_1586
named net/minecraft/entity/mob/RavagerEntity$Navigation
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
currentNodeMs, currentNodeTimeout, currentPath, entity, lastActiveTickMs, lastNodePosition, lastRecalculateTime, nodeMaker, nodeReachProximity, pathStartPos, pathStartTime, shouldRecalculate, speed, tickCount, world
-
Constructor Summary
Constructors Constructor Description Navigation(MobEntity mob, World world)
-
Method Summary
Modifier and Type Method Description protected PathNodeNavigator
createPathNodeNavigator(int range)
Methods inherited from class net.minecraft.entity.ai.pathing.MobNavigation
adjustPath, canEnterOpenDoors, canPathDirectlyThrough, canWalkOnPath, findPathTo, findPathTo, getPos, isAtValidPosition, method_35139, method_35140, setAvoidSunlight, setCanPathThroughDoors
Methods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
canSwim, checkTimeouts, continueFollowingPath, findPathTo, findPathToAny, findPathToAny, getCurrentPath, getNodeMaker, getNodeReachProximity, getTargetPos, isFollowingPath, isIdle, isInLiquid, isNearPathStartPos, isValidPosition, method_29934, method_35141, method_35142, onBlockChanged, recalculatePath, resetRangeMultiplier, setCanSwim, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, stop, tick
-
Constructor Details
-
Navigation
- Mappings:
Namespace Name Mixin selector official <init>
Lbbb;<init>(Lasz;Lbvr;)V
intermediary <init>
Lnet/minecraft/class_1408;<init>(Lnet/minecraft/class_1308;Lnet/minecraft/class_1937;)V
named <init>
Lnet/minecraft/entity/ai/pathing/EntityNavigation;<init>(Lnet/minecraft/entity/mob/MobEntity;Lnet/minecraft/world/World;)V
-
-
Method Details