History - net.minecraft.world.entity.InterpolationHandler
25w04a
Names
bwu
net.minecraft.world.entity.InterpolationHandler
net.minecraft.class_10584
net.minecraft.entity.PositionInterpolator
Fields
int: a, DEFAULT_INTERPOLATION_STEPS, field_55663, DEFAULT_INTERPOLATION_DURATION
Entity: b, entity, field_55664, entity
int: c, interpolationSteps, field_55665, lerpDuration
InterpolationHandler$InterpolationData: d, interpolationData, field_55666, data
Vec3: e, previousTickPosition, field_55667, lastPos
Vec2: f, previousTickRot, field_55668, lastRotation
Consumer<InterpolationHandler>: g, onInterpolationStart, field_55669, callback
Constructors
(Entity)
(Entity, int)
(Entity, Consumer<InterpolationHandler>)
(Entity, int, Consumer<InterpolationHandler>)
Methods
Vec3 (): a, position, method_66265, getLerpedPos
float (): b, yRot, method_66268, getLerpedYaw
float (): c, xRot, method_66269, getLerpedPitch
void (Vec3, float, float): a, interpolateTo, method_66267, refreshPositionAndAngles
boolean (): d, hasActiveInterpolation, method_66270, isInterpolating
void (int): a, setInterpolationLength, method_66266, setLerpDuration
void (): e, interpolate, method_66271, tick
void (): f, cancel, method_66272, clear