public class BuilderMotionControllerDive extends BuilderMotionControllerBase
Class BuilderMotionControllerDive. Provides buildermotioncontrollerdive functionality for the Hytale server.
java.lang.Object > BuilderMotionControllerBase > BuilderMotionControllerDive
Field Summary
minHorizontalSpeed
Field minHorizontalSpeed.
maxVerticalSpeed
Field maxVerticalSpeed.
acceleration
Field acceleration.
gravity
Field gravity.
maxFallSpeed
Field maxFallSpeed.
maxSinkSpeed
Field maxSinkSpeed.
maxRotationSpeed
Field maxRotationSpeed.
maxMoveTurnAngle
Field maxMoveTurnAngle.
minDiveDepth
Field minDiveDepth.
maxDiveDepth
Field maxDiveDepth.
minWaterDepth
Field minWaterDepth.
maxWaterDepth
Field maxWaterDepth.
minDepthAboveGround
Field minDepthAboveGround.
minDepthBelowSurface
Field minDepthBelowSurface.
swimDepth
Field swimDepth.
sinkRatio
Field sinkRatio.
fastDiveThreshold
Field fastDiveThreshold.
desiredDepthWeight
Field desiredDepthWeight.
model
Field model.
Method Detail
getShortDescription
String
getShortDescription
()
Method getShortDescription.
getLongDescription
String
getLongDescription
()
Method getLongDescription.
getBuilderDescriptorState
Method getBuilderDescriptorState.
readConfig
Method readConfig.
- Parameters:
@Nonnull final JsonElementdata
category
Class
category
()
Method category.
getMinHorizontalSpeed
double
getMinHorizontalSpeed
()
Method getMinHorizontalSpeed.
getAcceleration
double
getAcceleration
()
Method getAcceleration.
getMaxVerticalSpeed
double
getMaxVerticalSpeed
()
Method getMaxVerticalSpeed.
getGravity
double
getGravity
()
Method getGravity.
getMaxFallSpeed
double
getMaxFallSpeed
()
Method getMaxFallSpeed.
getMaxSinkSpeed
double
getMaxSinkSpeed
()
Method getMaxSinkSpeed.
getMaxMoveTurnAngle
float
getMaxMoveTurnAngle
()
Method getMaxMoveTurnAngle.
getMaxRotationSpeed
double
getMaxRotationSpeed
()
Method getMaxRotationSpeed.
getMinDiveDepth
double
getMinDiveDepth
()
Method getMinDiveDepth.
getMaxDiveDepth
double
getMaxDiveDepth
()
Method getMaxDiveDepth.
getMinWaterDepth
double
getMinWaterDepth
()
Method getMinWaterDepth.
getMaxWaterDepth
double
getMaxWaterDepth
()
Method getMaxWaterDepth.
getMinDepthAboveGround
double
getMinDepthAboveGround
()
Method getMinDepthAboveGround.
getMinDepthBelowSurface
double
getMinDepthBelowSurface
()
Method getMinDepthBelowSurface.
getSwimDepth
double
getSwimDepth
()
Method getSwimDepth.
getSinkRatio
double
getSinkRatio
()
Method getSinkRatio.
getFastDiveThreshold
double
getFastDiveThreshold
()
Method getFastDiveThreshold.
getDesiredDepthWeight
double
getDesiredDepthWeight
()
Method getDesiredDepthWeight.
getClassType
MotionController>
getClassType
()
Method getClassType.