SilkMC / silk

Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper
https://silkmc.net/silk/docs/
GNU General Public License v3.0
100 stars 12 forks source link

[Proposal] Move the pos classes to math package #43

Open SettingDust opened 1 year ago

SettingDust commented 1 year ago

I think them can be used in rendering and so on. The conversion for chunkpos and blockpos should be extensions in world package

jakobkmar commented 1 year ago

Yes I thought about moving them as well - but when moving them we should also discuss whether Pos** is even the correct naming scheme. Maybe we should just call then Vec**, but then they are not that well separated from the Mojang vectors. @F0Xde what do you think?