SteeringForceWithGroup

abstract class SteeringForceWithGroup implements SteeringForce

Class SteeringForceWithGroup. Provides steeringforcewithgroup functionality for the Hytale server.

java.lang.Object > SteeringForceWithGroup

Field Summary

componentSelector

protected Vector3d componentSelector

Field componentSelector.

Method Detail

SteeringForceWithGroup

public public SteeringForceWithGroup ()

Method SteeringForceWithGroup.

setSelf

public void setSelf (@Nonnull final Ref ref, @Nonnull final Vector3d position, @Nonnull final ComponentAccessor componentAccessor)

Method setSelf.

Parameters:
@Nonnull final Ref ref
@Nonnull final Vector3d position
@Nonnull final ComponentAccessor componentAccessor

setComponentSelector

public void setComponentSelector (final Vector3d componentSelector)

Method setComponentSelector.

Parameters:
final Vector3d componentSelector

compute

public boolean compute (final Steering output)

Method compute.

Parameters:
final Steering output