net.minecraft.world.entity

public class WalkAnimationState

bze
net.minecraft.world.entity.WalkAnimationState
net.minecraft.class_8080
net.minecraft.entity.LimbAnimator
net.minecraft.world.entity.WalkAnimationState

Field summary

Modifier and TypeField
private float
a
speedOld
field_42109
lastSpeed
private float
b
speed
field_42110
speed
private float
c
position
field_42111
animationProgress
private float
d
positionScale
field_52449
timeScale

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(float arg0)
setSpeed(float arg0)
method_48567(float arg0)
setSpeed(float speed)
public void
a(float arg0, float arg1, float arg2)
update(float arg0, float arg1, float arg2)
method_48568(float arg0, float arg1, float arg2)
updateLimbs(float targetSpeed, float speedChangeRate, float timeScale)
public void
a()
stop()
method_61433()
reset()
public float
b()
speed()
method_48566()
getSpeed()
public float
b(float arg0)
speed(float arg0)
method_48570(float arg0)
getAmplitude(float tickProgress)
public float
c()
position()
method_48569()
getAnimationProgress()
public float
c(float arg0)
position(float arg0)
method_48572(float arg0)
getAnimationProgress(float tickProgress)
public boolean
d()
isMoving()
method_48571()
isLimbMoving()