Class PathfinderFollowBoat
java.lang.Object
me.gamercoder215.mobchip.ai.goal.Pathfinder
me.gamercoder215.mobchip.ai.goal.PathfinderFollowPlayerRiddenEntity
me.gamercoder215.mobchip.ai.goal.PathfinderFollowBoat
- All Implemented Interfaces:
PathfinderInfo
Deprecated.
Superseded by PathfinderFollowPlayerRiddenEntity
Represents a Pathfinder for a Creature to follow a Boat
-
Nested Class Summary
Nested classes/interfaces inherited from class Pathfinder
Pathfinder.PathfinderFlag -
Field Summary
Fields inherited from class Pathfinder
entity -
Constructor Summary
ConstructorsConstructorDescriptionPathfinderFollowBoat(@NotNull Creature c) Deprecated.Constructs a PathfinderFollowBoat. -
Method Summary
Methods inherited from class PathfinderFollowPlayerRiddenEntity
getFlags, getInternalName, getTypeToFollowMethods inherited from class Pathfinder
getEntityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PathfinderInfo
getName
-
Constructor Details
-
PathfinderFollowBoat
Deprecated.Constructs a PathfinderFollowBoat.- Parameters:
c- Creature to use
-