Incendo / cloud-minecraft

Integrations between Minecraft and Cloud Command Framework
https://cloud.incendo.org/minecraft/
MIT License
25 stars 8 forks source link

expose LocationParseException #70

Open Grabsky opened 4 months ago

Grabsky commented 3 months ago

Tested these changes now and fixed compilation error due to missing javadoc.

Additionally, I noticed there was no input and reason fields and corresponding getters so I added them. Latest push also includes a fix for empty input being passed to the LocationParseException when thrown with MIXED_LOCAL_ABSOLUTE reason. I imagine there could be a better way to do that so please let me know if you have a better solution in mind.