queer / box

A magical Minecraft box
GNU General Public License v3.0
7 stars 2 forks source link

Cleanup #16

Closed xJade00 closed 1 year ago

xJade00 commented 5 years ago

Does a lot of cleaning up, making various classes cleaner. Such as using None instead of Option.empty.

Building from IntelliJ works, so everything should compile. I plan on going through every class to do the same eventually.

While it successfully compiles, I can't tell if it works specifically. I hope that someone will go to my fork and try it out. I'm willing to change any code if it doesn't work as intended. I did minor testing with what I could.

broman commented 5 years ago

If you want to test use this, this, and this

queer commented 5 years ago

So just so you know I'm not totally insane, a lot of stuff (ex. all the *Util classes) was autoconverted from Java which is why it's not exactly... Idiomatic. I forgot that you can use Some and None instead of Option, so ty for that.