Dummy entity API movement not smooth compared to disguised bukkit entity
Hello I'm coding a custom entity system without using bukkit entities and I've a problem with dummy entity, I move the dummy with the syncLocation function, but the movement is not as smooth as a bukkit entity with a meg disguised, the video show the comparaison
The wolf with the name tag is a dummy entity teleported each tick for movement with syncLocation function The wolf without name tag is a bukkit entity with no AI and meg disguised teleported with bukkit teleport to the next location to do movement using my custom entity system
SO both entity use the exact same movement system
First with nametag is a dummy Second is a bukkit entity teleported with my system with meg disguised
and you can see that the one with name tag have like weird rollback
Btw I'm on latest dev build