Uses of Enum
beer.devs.fastnbt.nms.Version
Packages that use Version
-
Uses of Version in beer.devs.fastnbt.nms
Methods in beer.devs.fastnbt.nms that return VersionModifier and TypeMethodDescriptionstatic Version
static Version
Version.get()
static Version
Returns the enum constant of this type with the specified name.static Version[]
Version.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in beer.devs.fastnbt.nms with parameters of type VersionModifier and TypeMethodDescriptionstatic boolean
Determines if the current version meets or exceeds the specified versionstatic boolean
Version.isNewerThan
(Version version) Verifies if the current version is an upgrade over the specified version.static boolean
Version.isOlderThan
(Version version) Verifies if the current version is a lower version compared to the specified version.