public class BuilderBodyMotionPath extends BuilderBodyMotionBase
Class BuilderBodyMotionPath. Provides builderbodymotionpath functionality for the Hytale server.
java.lang.Object > BuilderBodyMotionBase > BuilderBodyMotionPath
Field Summary
pathWidth
Field pathWidth.
nodeWidth
Field nodeWidth.
minRelativeSpeed
Field minRelativeSpeed.
maxRelativeSpeed
Field maxRelativeSpeed.
minWalkDistance
Field minWalkDistance.
maxWalkDistance
Field maxWalkDistance.
startAtNearestNode
Field startAtNearestNode.
direction
Field direction.
minNodeDelay
Field minNodeDelay.
maxNodeDelay
Field maxNodeDelay.
useNodeViewDirection
Field useNodeViewDirection.
pickRandomAngle
Field pickRandomAngle.
Method Detail
BuilderBodyMotionPath
public
BuilderBodyMotionPath
()
Method BuilderBodyMotionPath.
getShortDescription
String
getShortDescription
()
Method getShortDescription.
getLongDescription
String
getLongDescription
()
Method getLongDescription.
registerTags
void
registerTags
(@Nonnull final Set tags)
Method registerTags.
- Parameters:
@Nonnull final Settags
getBuilderDescriptorState
Method getBuilderDescriptorState.
readConfig
Method readConfig.
- Parameters:
@Nonnull final JsonElementdata
getPathWidth
double
getPathWidth
()
Method getPathWidth.
getNodeWidth
double
getNodeWidth
()
Method getNodeWidth.
getMinRelativeSpeed
double
getMinRelativeSpeed
()
Method getMinRelativeSpeed.
getMaxRelativeSpeed
double
getMaxRelativeSpeed
()
Method getMaxRelativeSpeed.
getMinWalkDistance
double
getMinWalkDistance
()
Method getMinWalkDistance.
getMaxWalkDistance
double
getMaxWalkDistance
()
Method getMaxWalkDistance.
isStartAtNearestNode
boolean
isStartAtNearestNode
()
Method isStartAtNearestNode.
getDirection
BodyMotionPath.Direction
getDirection
()
Method getDirection.
getMinNodeDelay
double
getMinNodeDelay
()
Method getMinNodeDelay.
getMaxNodeDelay
double
getMaxNodeDelay
()
Method getMaxNodeDelay.
isUseNodeViewDirection
boolean
isUseNodeViewDirection
()
Method isUseNodeViewDirection.
isPickRandomAngle
boolean
isPickRandomAngle
()
Method isPickRandomAngle.