HyCodeYourTale
classpublicabstractPriority 3

BuilderMotionControllerBase

com.hypixel.hytale.server.npc.movement.controllers.builders.BuilderMotionControllerBase

extends BuilderBaseWithType

10

Methods

10

Public Methods

4

Fields

1

Constructors

Constructors

public
BuilderMotionControllerBase()

Methods

Public Methods (10)

public
float getEpsilonAngle()
public
double getEpsilonSpeed()
public
double getFastHorizontalThreshold(BuilderSupport builderSupport)
public
double getFastHorizontalThresholdRange()
public
double getForceVelocityDamping()
public
String getIdentifier()
@Nonnull@Override
public
float getMaxHeadRotationSpeed(BuilderSupport support)
public
double getMaxHorizontalSpeed(BuilderSupport builderSupport)
publicfinal
boolean isEnabled(ExecutionContext context)
@Override
public
Builder<MotionController> readCommonConfig(JsonElement data)
@Nonnull@Override

Fields

Protected Fields (4)

protectedfloat epsilonAngle
protecteddouble epsilonSpeed
protecteddouble fastHorizontalThresholdRange
protecteddouble forceVelocityDamping

Related Classes