Last updated
interpolateEntityBB(
entity):AxisAlignedBB
The bounding box of an entity interpolated to this frame, using the current render partial ticks.
entity
The entity to interpolate.
The entity's bounding box this frame, or null when no entity was given.
interpolateEntityBB(
entity,partialTicks):AxisAlignedBB
The bounding box 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 bounding box this frame, or null when no entity was given.
The box is expanded slightly, so an ESP drawn around it does not clip into the entity's model.
Last updated