hannibal002 / SkyHanni

SkyHanni is a 1.8.9 Minecraft Mod for Hypixel SkyBlock.
https://discord.gg/skyhanni-997079228510117908
GNU Lesser General Public License v2.1
335 stars 195 forks source link

Backend: Kotlin Position #2855

Open ItsEmpa opened 3 weeks ago

ItsEmpa commented 3 weeks ago

What

This PR translates the Position class into kotlin, and changes it to use more kotlin getters/setters, and cleaner code overall. Also makes use of overloaded constructors to reduce the amount of them that have to be declared in code

Changelog Technical Details