Class SteeringForceWander
java.lang.Object
com.hypixel.hytale.server.npc.movement.steeringforces.SteeringForceWander
- All Implemented Interfaces:
SteeringForce
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate doubleprivate doubleprivate final Vector3d -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetHeading(float heading) voidsetTurnTime(double t) voidupdateTime(double dt)
-
Field Details
-
time
private double time -
turnInterval
private double turnInterval -
jitter
private double jitter -
velocity
-
-
Constructor Details
-
SteeringForceWander
public SteeringForceWander()
-
-
Method Details
-
setTurnTime
public void setTurnTime(double t) -
updateTime
public void updateTime(double dt) -
setHeading
public void setHeading(float heading) -
compute
- Specified by:
computein interfaceSteeringForce
-