Uses of Enum
me.ulrich.clans.utils.VersionUtil.VersionEnum
Packages that use VersionUtil.VersionEnum
-
Uses of VersionUtil.VersionEnum in me.ulrich.clans.utils
Methods in me.ulrich.clans.utils that return VersionUtil.VersionEnumModifier and TypeMethodDescriptionstatic VersionUtil.VersionEnumReturns the enum constant of this type with the specified name.static VersionUtil.VersionEnum[]VersionUtil.VersionEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.clans.utils with parameters of type VersionUtil.VersionEnumModifier and TypeMethodDescriptionstatic booleanVersionUtil.is(@NotNull VersionUtil.VersionEnum ve) static booleanVersionUtil.isAbove(@NotNull VersionUtil.VersionEnum ve) static booleanVersionUtil.isBelow(@NotNull VersionUtil.VersionEnum ve) static booleanVersionUtil.isBetween(@NotNull VersionUtil.VersionEnum ve1, @NotNull VersionUtil.VersionEnum ve2) static booleanVersionUtil.isCompatible(@NotNull VersionUtil.VersionEnum ve)