History - net.minecraft.world.entity.InterpolationHandler
1.21.10
Names
Fields
Constructors
Methods
1.21.9
Names
cah
ceq
Fields
Constructors
Methods
1.21.8
Names
Fields
Constructors
Methods
1.21.7
Names
Fields
Constructors
Methods
1.21.6
Names
bya
cah
Fields
Constructors
Methods
1.21.5
Names
bya
net.minecraft.world.entity.InterpolationHandler
net.minecraft.class_10584
net.minecraft.entity.PositionInterpolator
net.minecraft.src.C_379196_
net.minecraft.world.entity.InterpolationHandler
Fields
int: a, DEFAULT_INTERPOLATION_STEPS, field_55663, DEFAULT_INTERPOLATION_DURATION, f_382105_
Entity: b, entity, field_55664, entity, f_379481_
int: c, interpolationSteps, field_55665, lerpDuration, f_380532_
InterpolationHandler$InterpolationData: d, interpolationData, field_55666, data, f_382695_
Vec3: e, previousTickPosition, field_55667, lastPos, f_379466_
Vec2: f, previousTickRot, field_55668, lastRotation, f_380828_
Consumer<InterpolationHandler>: g, onInterpolationStart, field_55669, callback, f_380829_
Constructors
(Entity)
(Entity, int)
(Entity, Consumer<InterpolationHandler>)
(Entity, int, Consumer<InterpolationHandler>)
Methods
Vec3 (): a, position, method_66265, getLerpedPos, m_386703_
float (): b, yRot, method_66268, getLerpedYaw, m_388586_
float (): c, xRot, method_66269, getLerpedPitch, m_384903_
void (Vec3, float, float): a, interpolateTo, method_66267, refreshPositionAndAngles, m_385218_
boolean (): d, hasActiveInterpolation, method_66270, isInterpolating, m_386838_
void (int): a, setInterpolationLength, method_66266, setLerpDuration, m_385839_
void (): e, interpolate, method_66271, tick, m_388360_
void (): f, cancel, method_66272, clear, m_384054_