diff --git a/Artifacts/SubServers.Bungee.jar b/Artifacts/SubServers.Bungee.jar index b694e35f..d27267cd 100644 Binary files a/Artifacts/SubServers.Bungee.jar and b/Artifacts/SubServers.Bungee.jar differ diff --git a/Artifacts/SubServers.Client.Bukkit.jar b/Artifacts/SubServers.Client.Bukkit.jar index 02e8d6ec..a011a54d 100644 Binary files a/Artifacts/SubServers.Client.Bukkit.jar and b/Artifacts/SubServers.Client.Bukkit.jar differ diff --git a/Artifacts/SubServers.Host.jar b/Artifacts/SubServers.Host.jar index 55aa9469..35596265 100644 Binary files a/Artifacts/SubServers.Host.jar and b/Artifacts/SubServers.Host.jar differ diff --git a/Artifacts/SubServers.Sync.jar b/Artifacts/SubServers.Sync.jar index d69283ea..5e28ca14 100644 Binary files a/Artifacts/SubServers.Sync.jar and b/Artifacts/SubServers.Sync.jar differ diff --git a/Javadoc/SubServers.Bungee.jar b/Javadoc/SubServers.Bungee.jar index 1c0f0cde..58c16798 100644 Binary files a/Javadoc/SubServers.Bungee.jar and b/Javadoc/SubServers.Bungee.jar differ diff --git a/Javadoc/SubServers.Bungee/allclasses-frame.html b/Javadoc/SubServers.Bungee/allclasses-frame.html index e44e086f..91949e14 100644 --- a/Javadoc/SubServers.Bungee/allclasses-frame.html +++ b/Javadoc/SubServers.Bungee/allclasses-frame.html @@ -109,6 +109,7 @@
public static enum Version.VersionType +extends java.lang.Enum<Version.VersionType>+
Enum Constant and Description | +
---|
ALPHA |
+
BETA |
+
PRE_ALPHA |
+
PRE_BETA |
+
PRE_RELEASE |
+
PREVIEW |
+
RELEASE |
+
Modifier and Type | +Method and Description | +
---|---|
static Version.VersionType |
+valueOf(java.lang.String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static Version.VersionType[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final Version.VersionType PRE_ALPHA+
public static final Version.VersionType ALPHA+
public static final Version.VersionType PREVIEW+
public static final Version.VersionType PRE_BETA+
public static final Version.VersionType BETA+
public static final Version.VersionType PRE_RELEASE+
public static final Version.VersionType RELEASE+
public static Version.VersionType[] values()+
+for (Version.VersionType c : Version.VersionType.values()) + System.out.println(c); +
public static Version.VersionType valueOf(java.lang.String name)+
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nulljava.lang.String
toString()
toExtendedString()
+java.lang.String
toFullExtendedString()
+java.lang.String
toFullString()
+java.lang.String
toString()
+public Version(Version.VersionType type, + java.lang.String string)+
type
- Version Typestring
- Version Stringpublic Version(Version parent, + java.lang.String string)+
parent
- Parent Versionstring
- Version Stringpublic Version(Version parent, + Version.VersionType type, + java.lang.String string)+
parent
- Parent Versiontype
- Version Typestring
- Version Stringpublic Version(int... ints)+
ints
- Version Numbers (Will be separated with dots)public Version(Version.VersionType type, + int... ints)+
type
- Version Typeints
- Version Numbers (Will be separated with dots)public Version(Version parent, + int... ints)+
parent
- Parent Versionints
- Version Numbers (Will be separated with dots)public Version(java.lang.Integer... ints)-
public Version(Version parent, + Version.VersionType type, + int... ints)+
parent
- Parent Versiontype
- Version Typeints
- Version Numbers (Will be separated with dots)public java.lang.String toString()+
toString
in class java.lang.Object
public java.lang.String toFullString()+
public java.lang.String toExtendedString()+
public java.lang.String toFullExtendedString()+