9 ::ll::TypedStorage<4, 4, float> mDistanceScale;
10 ::ll::TypedStorage<4, 4, float> mHeight;
11 ::ll::TypedStorage<4, 4, int> mJumpDelay;
12 ::ll::TypedStorage<4, 4, int> mAnimDuration;
22 MCAPI JumpData(
float distanceScale,
float height,
int jumpDelay,
int animDuration);
24 MCFOLD
int getAnimDuration()
const;
26 MCFOLD
float getDistanceScale()
const;
28 MCFOLD
float getHeight()
const;
30 MCFOLD
int getJumpDelay()
const;
32 MCFOLD
void setAnimDuration(
int duration);
34 MCFOLD
void setDistanceScale(
float distanceScale);
36 MCFOLD
void setHeight(
float height);
38 MCFOLD
void setJumpDelay(
int delay);
44 MCAPI
void* $ctor(
float distanceScale,
float height,
int jumpDelay,
int animDuration);