net.minecraft.world.entity

public class WalkAnimationState

bxh
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
prevSpeed
private float
b
speed
field_42110
speed
private float
c
position
field_42111
pos
private float
d
positionScale
field_52449
scale

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 speed, float multiplier, float scale)
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)
getSpeed(float tickDelta)
public float
c()
position()
method_48569()
getPos()
public float
c(float arg0)
position(float arg0)
method_48572(float arg0)
getPos(float tickDelta)
public boolean
d()
isMoving()
method_48571()
isLimbMoving()