hello, i have found this at https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/browse/src/main/java/org/bukkit/craftbukkit/entity/CraftEntity.java#199,204,658,660,681,688
i've noticed that CraftEntity is teleported to a BlockPosition when teleporting across worlds, meaning that if i want it teleported to the center of a block (x + 0.5, y + 0.5, z + 0.5), with x, y, and z integers, i can't
is this intended?