Zergatul / freecam

10 stars 5 forks source link

Added Getters for Freecam Position as Vec3 and as BlockPos #14

Closed Noriskky closed 2 months ago

Noriskky commented 2 months ago

Hey I got a Little Change which makes it a bit easier to get the Position of the Freecam when Hooking in to the Freecam Mod.

What's new?: You can now use Freecam.getPos() to get the Freecam Position as Vec3/Vec3d and the BlockPos equivalent with Freecam.getBlockPos().

Zergatul commented 2 months ago

This is for integration with other mods?

Noriskky commented 2 months ago

This is for integration with other mods? Yes it is.