3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-12-26 02:50:06 +01:00

docs: Put since annotation on newly introduced API

Dieser Commit ist enthalten in:
NotMyFault 2021-12-29 18:14:18 +01:00
Ursprung 235d0360da
Commit 122cba677a
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C

Datei anzeigen

@ -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