PluginVersion

public class PluginVersion

Constructors

Link copied to clipboard
public void PluginVersion(int major, int minor, int patch)
Create a new plugin version.

Functions

Link copied to clipboard
public static PluginVersion fromString(String version)
Get the matched version from a string.
Link copied to clipboard
public boolean isOlderThan(PluginVersion other)
Check if this version is older than the other.