public class BuilderMotionControllerWalk extends BuilderMotionControllerBase
Class BuilderMotionControllerWalk. Provides buildermotioncontrollerwalk functionality for the Hytale server.
java.lang.Object > BuilderMotionControllerBase > BuilderMotionControllerWalk
Field Summary
minHorizontalSpeed
Field minHorizontalSpeed.
maxVerticalSpeed
Field maxVerticalSpeed.
gravity
Field gravity.
climbSpeedMult
Field climbSpeedMult.
climbSpeedPow
Field climbSpeedPow.
climbSpeedConst
Field climbSpeedConst.
maxVerticalSpeedFluid
Field maxVerticalSpeedFluid.
minHover
Field minHover.
maxHover
Field maxHover.
minHoverClimb
Field minHoverClimb.
minHoverDrop
Field minHoverDrop.
floatsDown
Field floatsDown.
hoverFreq
Field hoverFreq.
maxWalkSpeedAfterHitMultiplier
Field maxWalkSpeedAfterHitMultiplier.
fenceBlockSet
Field fenceBlockSet.
descentAnimationType
Field descentAnimationType.
ascentAnimationType
Field ascentAnimationType.
index
Field index.
Method Detail
BuilderMotionControllerWalk
public
BuilderMotionControllerWalk
()
Method BuilderMotionControllerWalk.
getShortDescription
String
getShortDescription
()
Method getShortDescription.
getLongDescription
String
getLongDescription
()
Method getLongDescription.
getBuilderDescriptorState
Method getBuilderDescriptorState.
readConfig
Method readConfig.
- Parameters:
@Nonnull final JsonElementdata
multiplier
speed
multiplier
(const + multiplier * walkspeed ** power)
Method multiplier.
- Parameters:
const + multiplier * walkspeed **power
power
speed
power
(const + multiplier * walkspeed ** power)
Method power.
- Parameters:
const + multiplier * walkspeed **power
constant
speed
constant
(const + multiplier * walkspeed ** power)
Method constant.
- Parameters:
const + multiplier * walkspeed **power
category
Class
category
()
Method category.
getMinHorizontalSpeed
double
getMinHorizontalSpeed
()
Method getMinHorizontalSpeed.
getMaxVerticalSpeed
double
getMaxVerticalSpeed
()
Method getMaxVerticalSpeed.
getMaxVerticalSpeedFluid
double
getMaxVerticalSpeedFluid
()
Method getMaxVerticalSpeedFluid.
getGravity
double
getGravity
()
Method getGravity.
getMaxMoveTurnAngle
Method getMaxMoveTurnAngle.
- Parameters:
@Nonnull final BuilderSupportbuilderSupport
getMaxRotationSpeed
Method getMaxRotationSpeed.
- Parameters:
@Nonnull final BuilderSupportbuilderSupport
getBlendRestTurnAngle
Method getBlendRestTurnAngle.
- Parameters:
@Nonnull final BuilderSupportbuilderSupport
getBlendRestRelativeSpeed
Method getBlendRestRelativeSpeed.
- Parameters:
@Nonnull final BuilderSupportbuilderSupport
getClimbSpeedMult
double
getClimbSpeedMult
()
Method getClimbSpeedMult.
getClimbSpeedPow
double
getClimbSpeedPow
()
Method getClimbSpeedPow.
getClimbSpeedConst
double
getClimbSpeedConst
()
Method getClimbSpeedConst.
getDescendForwardAmount
Method getDescendForwardAmount.
- Parameters:
@Nonnull final BuilderSupportbuilderSupport
getDescendSpeedCompensation
Method getDescendSpeedCompensation.
- Parameters:
@Nonnull final BuilderSupportbuilderSupport
getFenceBlockSet
int
getFenceBlockSet
()
Method getFenceBlockSet.
getMinHover
double
getMinHover
()
Method getMinHover.
getMaxHover
double
getMaxHover
()
Method getMaxHover.
getHoverFreq
float
getHoverFreq
()
Method getHoverFreq.
getMinHoverClimb
double
getMinHoverClimb
()
Method getMinHoverClimb.
getMinHoverDrop
double
getMinHoverDrop
()
Method getMinHoverDrop.
isFloatsDown
boolean
isFloatsDown
()
Method isFloatsDown.
getMaxWalkSpeedAfterHitMultiplier
double
getMaxWalkSpeedAfterHitMultiplier
()
Method getMaxWalkSpeedAfterHitMultiplier.
getJumpDescentSteepness
Method getJumpDescentSteepness.
- Parameters:
@Nonnull final BuilderSupportsupport
getJumpDescentBlending
Method getJumpDescentBlending.
- Parameters:
@Nonnull final BuilderSupportsupport
getDescentAnimationType
MotionControllerWalk.DescentAnimationType
getDescentAnimationType
()
Method getDescentAnimationType.
getAscentAnimationType
MotionControllerWalk.AscentAnimationType
getAscentAnimationType
()
Method getAscentAnimationType.
getMinDescentAnimationHeight
Method getMinDescentAnimationHeight.
- Parameters:
@Nonnull final BuilderSupportsupport
getClassType
MotionController>
getClassType
()
Method getClassType.