Uses of Class
com.hazebyte.crate.api.ServerVersion
-
Packages that use ServerVersion Package Description com.hazebyte.crate.api General classes in the API -
-
Uses of ServerVersion in com.hazebyte.crate.api
Fields in com.hazebyte.crate.api declared as ServerVersion Modifier and Type Field Description static ServerVersionServerVersion. SERVER_MOCKstatic ServerVersionServerVersion. v1_10_R1static ServerVersionServerVersion. v1_12_R1static ServerVersionServerVersion. v1_13_R1static ServerVersionServerVersion. v1_14_R1static ServerVersionServerVersion. v1_16_R1static ServerVersionServerVersion. v1_20_R6static ServerVersionServerVersion. v1_21_R0static ServerVersionServerVersion. v1_8_R1static ServerVersionServerVersion. v1_8_R2static ServerVersionServerVersion. v1_9_R1Methods in com.hazebyte.crate.api that return ServerVersion Modifier and Type Method Description ServerVersionCratePlugin. getServerVersion()static ServerVersionServerVersion. getVersion()Returns the current running server version.static ServerVersionServerVersion. of(String versionString)1.20.6 => Major (1), Minor (20), Revision (6)Methods in com.hazebyte.crate.api with parameters of type ServerVersion Modifier and Type Method Description intServerVersion. compareTo(ServerVersion serverVersion)booleanServerVersion. gt(ServerVersion version)Returns true if the calling server version is greater than the parameter.booleanServerVersion. gte(ServerVersion version)Returns true if the calling server version is greater than or equal to the parameter.booleanServerVersion. lt(ServerVersion version)Returns true if the calling server version is less than the parameter.booleanServerVersion. lte(ServerVersion version)Returns true if the calling server version is less than or equal to the parameter.
-