Package net.minecraft.entity.passive
Class GoatEntity.GoatNavigation
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.MobNavigation
net.minecraft.entity.passive.GoatEntity.GoatNavigation
- Enclosing class:
- GoatEntity
- Mappings:
Namespace Name official bfe$b
intermediary net/minecraft/class_6053$class_6340
named net/minecraft/entity/passive/GoatEntity$GoatNavigation
-
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
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.pathing.MobNavigation
adjustPath, canEnterOpenDoors, canPathDirectlyThrough, canWalkOnPath, findPathTo, findPathTo, getPos, isAtValidPosition, method_35140, setAvoidSunlight, setCanEnterOpenDoors, setCanPathThroughDoors
Methods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
canSwim, checkTimeouts, continueFollowingPath, findPathTo, findPathTo, findPathTo, findPathTo, findPathToAny, findPathToAny, getCurrentPath, getNodeMaker, getNodeReachProximity, getTargetPos, isFollowingPath, isIdle, isInLiquid, isNearPathStartPos, isValidPosition, onBlockChanged, recalculatePath, resetRangeMultiplier, setCanSwim, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, stop, tick
-
Constructor Details
-
GoatNavigation
GoatNavigation(GoatEntity goat, World world) - Mappings:
Namespace Name Mixin selector official <init>
Lbfe$b;<init>(Lbfe;Lbwp;)V
intermediary <init>
Lnet/minecraft/class_6053$class_6340;<init>(Lnet/minecraft/class_6053;Lnet/minecraft/class_1937;)V
named <init>
Lnet/minecraft/entity/passive/GoatEntity$GoatNavigation;<init>(Lnet/minecraft/entity/passive/GoatEntity;Lnet/minecraft/world/World;)V
-
-
Method Details