net.minecraft.world.entity

public class InterpolationHandler

byn
net.minecraft.world.entity.InterpolationHandler
net.minecraft.class_10584

Field summary

Modifier and TypeField
public static final int
a
DEFAULT_INTERPOLATION_STEPS
field_55663
private final Entity
b
entity
field_55664
private int
c
interpolationSteps
field_55665
private final InterpolationHandler$InterpolationData
d
interpolationData
field_55666
private Vec3
e
previousTickPosition
field_55667
private Vec2
f
previousTickRot
field_55668
private final Consumer<InterpolationHandler>
g
onInterpolationStart
field_55669

Constructor summary

ModifierConstructor
public (Entity arg0)
public (Entity arg0, int arg1)
public (Entity arg0, Consumer<InterpolationHandler> arg1)
public (Entity arg0, int arg1, Consumer<InterpolationHandler> arg2)

Method summary

Modifier and TypeMethod
public Vec3
a()
position()
method_66265()
public float
b()
yRot()
method_66268()
public float
c()
xRot()
method_66269()
public void
a(fgx arg0, float arg1, float arg2)
interpolateTo(Vec3 arg0, float arg1, float arg2)
method_66267(class_243 arg0, float arg1, float arg2)
public boolean
d()
hasActiveInterpolation()
method_66270()
public void
a(int arg0)
setInterpolationLength(int arg0)
method_66266(int arg0)
public void
e()
interpolate()
method_66271()
public void
f()
cancel()
method_66272()