public class VersionUtils extends Object
| Constructor and Description |
|---|
VersionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkMinimumVersion(@NotNull cn.nukkit.plugin.Plugin plugin,
@NotNull String leastVersion)
检查插件是否符合最低版本
|
static int |
compareVersion(@NotNull String v1,
@NotNull String v2) |
public static boolean checkMinimumVersion(@NotNull
@NotNull cn.nukkit.plugin.Plugin plugin,
@NotNull
@NotNull String leastVersion)
plugin - 插件leastVersion - 最低版本Copyright © 2022. All rights reserved.