Last updated
interpolateEntityPosition(
entity):Vec3
The position of an entity interpolated to this frame, using the current render partial ticks.
entity
The entity to interpolate.
The entity's position this frame, or null when no entity was given.
interpolateEntityPosition(
entity,partialTicks):Vec3
The position of an entity interpolated to this frame.
entity
The entity to interpolate.
partialTicks
number
The partial ticks, as given by a render event.
The entity's position this frame, or null when no entity was given.
Last updated
math.interpolateEntityPosition(mc.pointedEntity, event.getPartialTicks());