- Optimized rotations along the Y (vertical) axis. Because of how Minecraft uses yaw in rendering an entity, the Y axis is by far the simplest to rotate around. Thus, if you are using the API to create an animation, it will be the most performant if you only rotate around the absolute Y axis (usually different than the yaw axis).