[SPIGOT-6357] Add getMinHeigth method to world api Created: 11/Feb/21 Updated: 28/Mar/21 Resolved: 28/Mar/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Foorcee | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Labels: | None |
Issue Links: |
|
||||||||
Version: | 1.16.5 (1.17) | ||||||||
Guidelines Read: | Yes |
Description |
To get a better compatibility for 1.17, it might be handy to add a api method get the minimum height of a world. |
Comments |
Comment by Joshua Price [ 19/Feb/21 ] |
I'm all for this. If Mojang messes with the build limit again it could break a lot of plugins. Relying on this instead of a magic number would be smart imo |
Comment by Parker Hawke [ 15/Feb/21 ] |
This type of API will become available in 1.17. At the moment, the min height will always be 0 and there's no driving implementation that states otherwise. |