Update VersionSpecific.java

This commit is contained in:
Andre_601
2020-12-14 01:04:07 +01:00
committed by GitHub
parent ba22201311
commit e7e9e81e85

View File

@@ -34,6 +34,8 @@ public interface VersionSpecific {
* This method is called before the expansion is attempted to be registered The server version
* will be passed to this method so you know what version the server is currently running.
*
* @param v The {@link Version} to check against
*
* @return true if your expansion is compatible with the version the server is running.
*/
boolean isCompatibleWith(Version v);