mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
docs: Put since
annotation on newly introduced API
This commit is contained in:
parent
235d0360da
commit
122cba677a
@ -239,11 +239,13 @@ public interface Platform extends Keyed {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the default minimum Y value of worlds based on Minecraft version (inclusive).
|
* Get the default minimum Y value of worlds based on Minecraft version (inclusive).
|
||||||
|
* @since 2.0.0
|
||||||
*/
|
*/
|
||||||
int versionMinY();
|
int versionMinY();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the default maximum Y value of worlds based on Minecraft version (inclusive).
|
* Get the default maximum Y value of worlds based on Minecraft version (inclusive).
|
||||||
|
* @since 2.0.0
|
||||||
*/
|
*/
|
||||||
int versionMaxY();
|
int versionMaxY();
|
||||||
//FAWE end
|
//FAWE end
|
||||||
|
Loading…
Reference in New Issue
Block a user