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 Versionstatic VersionVersion.get()static VersionReturns 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 booleanDetermines if the current version meets or exceeds the specified versionstatic booleanVersion.isNewerThan(Version version) Verifies if the current version is an upgrade over the specified version.static booleanVersion.isOlderThan(Version version) Verifies if the current version is a lower version compared to the specified version.