teleport
Bundled teleport: adds this entity's position update to the given packet bundle instead of sending it directly, so per-tick movers (e.g. the hitbox interaction entity) ride the same AbstractPacketBundle as everything else rather than bypassing the bundler. The default falls back to a direct teleport for impls that don't override it (and when bundle is null).