public class BuilderMotionControllerFly extends BuilderMotionControllerBase
Class BuilderMotionControllerFly. Provides buildermotioncontrollerfly functionality for the Hytale server.
java.lang.Object > BuilderMotionControllerBase > BuilderMotionControllerFly
Field Summary
minAirSpeed
Field minAirSpeed.
maxClimbSpeed
Field maxClimbSpeed.
maxSinkSpeed
Field maxSinkSpeed.
maxSinkSpeedFluid
Field maxSinkSpeedFluid.
maxFallSpeed
Field maxFallSpeed.
maxClimbAngle
Field maxClimbAngle.
maxSinkAngle
Field maxSinkAngle.
acceleration
Field acceleration.
deceleration
Field deceleration.
gravity
Field gravity.
maxTurnSpeed
Field maxTurnSpeed.
maxRollAngle
Field maxRollAngle.
maxRollSpeed
Field maxRollSpeed.
rollDamping
Field rollDamping.
fastFlyThreshold
Field fastFlyThreshold.
autoLevel
Field autoLevel.
desiredAltitudeWeight
Field desiredAltitudeWeight.
Method Detail
BuilderMotionControllerFly
public
BuilderMotionControllerFly
()
Method BuilderMotionControllerFly.
getShortDescription
String
getShortDescription
()
Method getShortDescription.
getLongDescription
String
getLongDescription
()
Method getLongDescription.
getBuilderDescriptorState
Method getBuilderDescriptorState.
readConfig
Method readConfig.
- Parameters:
@Nonnull final JsonElementdata
getMinAirSpeed
double
getMinAirSpeed
()
Method getMinAirSpeed.
getMaxClimbSpeed
double
getMaxClimbSpeed
()
Method getMaxClimbSpeed.
getMaxSinkSpeed
double
getMaxSinkSpeed
()
Method getMaxSinkSpeed.
getMaxFallSpeed
double
getMaxFallSpeed
()
Method getMaxFallSpeed.
getMaxSinkSpeedFluid
double
getMaxSinkSpeedFluid
()
Method getMaxSinkSpeedFluid.
getMaxClimbAngle
float
getMaxClimbAngle
()
Method getMaxClimbAngle.
getMaxSinkAngle
float
getMaxSinkAngle
()
Method getMaxSinkAngle.
getAcceleration
double
getAcceleration
()
Method getAcceleration.
getDeceleration
double
getDeceleration
()
Method getDeceleration.
getGravity
double
getGravity
()
Method getGravity.
getMaxTurnSpeed
float
getMaxTurnSpeed
()
Method getMaxTurnSpeed.
getMaxRollAngle
float
getMaxRollAngle
()
Method getMaxRollAngle.
getMaxRollSpeed
float
getMaxRollSpeed
()
Method getMaxRollSpeed.
getRollDamping
float
getRollDamping
()
Method getRollDamping.
getFastFlyThreshold
double
getFastFlyThreshold
()
Method getFastFlyThreshold.
isAutoLevel
boolean
isAutoLevel
()
Method isAutoLevel.
getDesiredAltitudeWeight
double
getDesiredAltitudeWeight
()
Method getDesiredAltitudeWeight.
category
Class
category
()
Method category.
getType
String
getType
()
Method getType.
getClassType
MotionController>
getClassType
()
Method getClassType.