Package net.minecraft.entity.pet
Class PetFrogEntity.class_11018
java.lang.Object
net.minecraft.entity.ai.pathing.EntityNavigation
net.minecraft.entity.ai.pathing.AmphibiousSwimNavigation
net.minecraft.entity.pet.PetFrogEntity.class_11018
- Enclosing class:
PetFrogEntity
- Mappings:
Namespace Name named net/minecraft/entity/pet/PetFrogEntity$class_11018intermediary net/minecraft/class_11015$class_11018official ctv$c
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
currentNodeMs, currentNodeTimeout, currentPath, entity, inRecalculationCooldown, lastActiveTickMs, lastNodePosition, lastRecalculateTime, nodeMaker, nodeReachProximity, pathStartPos, pathStartTime, speed, tickCount, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanJumpToNext(PathNodeType nodeType) protected PathNodeNavigatorcreatePathNodeNavigator(int range) Methods inherited from class net.minecraft.entity.ai.pathing.AmphibiousSwimNavigation
adjustTargetY, canPathDirectlyThrough, getPos, isAtValidPosition, isValidPosition, setCanSwimMethods inherited from class net.minecraft.entity.ai.pathing.EntityNavigation
adjustPath, canSwim, checkTimeouts, continueFollowingPath, doesNotCollide, findPathTo, findPathTo, findPathTo, findPathTo, findPathTo, findPathTo, findPathToAny, findPathToAny, getCurrentPath, getNodeMaker, getNodeReachProximity, getTargetPos, isFollowingPath, isIdle, isNearPathStartPos, recalculatePath, resetRangeMultiplier, setMaxFollowRange, setRangeMultiplier, setSpeed, shouldRecalculatePath, startMovingAlong, startMovingTo, startMovingTo, startMovingTo, stop, tick, updateRange
-
Constructor Details
-
class_11018
class_11018(PetFrogEntity petFrogEntity, World world)
-
-
Method Details
-
canJumpToNext
- Overrides:
canJumpToNextin classEntityNavigation- Mappings:
Namespace Name Mixin selector named canJumpToNextLnet/minecraft/entity/ai/pathing/EntityNavigation;canJumpToNext(Lnet/minecraft/entity/ai/pathing/PathNodeType;)Zintermediary method_48158Lnet/minecraft/class_1408;method_48158(Lnet/minecraft/class_7;)Zofficial bLciw;b(Lfcq;)Z
-