docs: Put since annotation on newly introduced API

This commit is contained in:
NotMyFault
2021-12-29 18:14:18 +01:00
parent 235d0360da
commit 122cba677a

View File

@ -239,11 +239,13 @@ public interface Platform extends Keyed {
/**
* Get the default minimum Y value of worlds based on Minecraft version (inclusive).
* @since 2.0.0
*/
int versionMinY();
/**
* Get the default maximum Y value of worlds based on Minecraft version (inclusive).
* @since 2.0.0
*/
int versionMaxY();
//FAWE end