HyCodeYourTale
classpublicPriority 3

BodyMotionLeave

com.hypixel.hytale.server.npc.corecomponents.movement.BodyMotionLeave

extends BodyMotionFindBase

3

Methods

3

Public Methods

1

Fields

1

Constructors

Constructors

public
BodyMotionLeave(BuilderBodyMotionLeave builderMotionLeave, BuilderSupport support)

Methods

Public Methods (3)

public
float estimateToGoal(AStarBase aStarBase, Vector3d fromPosition, MotionController motionController)
@Override
public
void findBestPath(AStarBase aStarBase, MotionController controller)
@Override
public
boolean isGoalReached(Ref<EntityStore> ref, MotionController controller, Vector3d position, ComponentAccessor<EntityStore> componentAccessor)
@Override

Fields

Protected Fields (1)

protecteddouble distanceSquared

Related Classes