diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index 7656795..311b464 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,9 +2,9 @@
- +public class CoreUtils
extends java.lang.Object
+equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
diff --git a/docs/xyz/etztech/core/api/IMinecraftManager.html b/docs/xyz/etztech/core/api/IMinecraftManager.html
index 23b7725..afdfa35 100644
--- a/docs/xyz/etztech/core/api/IMinecraftManager.html
+++ b/docs/xyz/etztech/core/api/IMinecraftManager.html
@@ -2,9 +2,9 @@
-
+
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
diff --git a/docs/xyz/etztech/core/db/package-frame.html b/docs/xyz/etztech/core/db/package-frame.html
index aeb7854..14c0931 100644
--- a/docs/xyz/etztech/core/db/package-frame.html
+++ b/docs/xyz/etztech/core/db/package-frame.html
@@ -2,9 +2,9 @@
-
+
See: Description
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
diff --git a/docs/xyz/etztech/core/maven/MavenPlugin.html b/docs/xyz/etztech/core/maven/MavenPlugin.html
index d99eb75..fe4a1c3 100644
--- a/docs/xyz/etztech/core/maven/MavenPlugin.html
+++ b/docs/xyz/etztech/core/maven/MavenPlugin.html
@@ -2,9 +2,9 @@
-
+
protected void
disable()
+protected void
enable()
+protected void
load()
+void
onDisable()
void
onEnable()
void
onLoad()
getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable, toString
+getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
getClass, notify, notifyAll, wait, wait, wait
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+getSLF4JLogger
protected void load()+
protected void enable()+
protected void disable()+
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -230,7 +230,7 @@ extends java.lang.Object
public CoreResponse(com.google.gson.JsonObject httpResponse)
httpResponse
- A JSON array e.g. a single result from one callhttpResponse
- A JSON object e.g. a single result from one callcompareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
@@ -202,7 +202,7 @@ extends java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
diff --git a/docs/xyz/etztech/core/web/Http.HttpMethod.html b/docs/xyz/etztech/core/web/Http.HttpMethod.html
new file mode 100644
index 0000000..e104ac4
--- /dev/null
+++ b/docs/xyz/etztech/core/web/Http.HttpMethod.html
@@ -0,0 +1,344 @@
+
+
+
+
+
+public static enum Http.HttpMethod +extends java.lang.Enum<Http.HttpMethod>+
Enum Constant and Description | +
---|
GET |
+
POST |
+
Modifier and Type | +Method and Description | +
---|---|
static Http.HttpMethod |
+valueOf(java.lang.String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static Http.HttpMethod[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final Http.HttpMethod GET+
public static final Http.HttpMethod POST+
public static Http.HttpMethod[] values()+
+for (Http.HttpMethod c : Http.HttpMethod.values()) + System.out.println(c); +
public static Http.HttpMethod 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 nullpublic static enum Http.Method +extends java.lang.Enum<Http.Method>+
Enum Constant and Description | +
---|
GET |
+
POST |
+
Modifier and Type | +Method and Description | +
---|---|
static Http.Method |
+valueOf(java.lang.String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static Http.Method[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final Http.Method GET+
public static final Http.Method POST+
public static Http.Method[] values()+
+for (Http.Method c : Http.Method.values()) + System.out.println(c); +
public static Http.Method 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 nullpublic class Http
+extends java.lang.Object
+Modifier and Type | +Class and Description | +
---|---|
static class |
+Http.Method
+Available HTTP methods to use with the raw HTTP method
+ |
+
Modifier and Type | +Method and Description | +
---|---|
static void |
+asyncGet(org.bukkit.plugin.Plugin plugin,
+ java.lang.String url,
+ java.util.Map<java.lang.String,java.lang.String> data) |
+
static void |
+asyncGetCallback(org.bukkit.plugin.Plugin plugin,
+ java.lang.String url,
+ java.util.Map<java.lang.String,java.lang.String> data,
+ ICallback callback) |
+
static void |
+asyncPost(org.bukkit.plugin.Plugin plugin,
+ java.lang.String url,
+ java.util.Map<java.lang.String,java.lang.String> data) |
+
static void |
+asyncPostCallback(org.bukkit.plugin.Plugin plugin,
+ java.lang.String url,
+ java.util.Map<java.lang.String,java.lang.String> data,
+ ICallback callback) |
+
static java.lang.String |
+HTTP(java.lang.String endpoint,
+ Http.Method method,
+ java.util.Map<java.lang.String,java.lang.String> data) |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void asyncGet(org.bukkit.plugin.Plugin plugin, + java.lang.String url, + java.util.Map<java.lang.String,java.lang.String> data)+
plugin
- The calling pluginurl
- The URL to calldata
- A map of parameterspublic static void asyncGetCallback(org.bukkit.plugin.Plugin plugin, + java.lang.String url, + java.util.Map<java.lang.String,java.lang.String> data, + ICallback callback)+
plugin
- The calling pluginurl
- The URL to calldata
- A map of parameterscallback
- A class implementing an ICallBack to run upon completionICallback
public static void asyncPost(org.bukkit.plugin.Plugin plugin, + java.lang.String url, + java.util.Map<java.lang.String,java.lang.String> data)+
plugin
- The calling pluginurl
- The URL to calldata
- A map of parameterspublic static void asyncPostCallback(org.bukkit.plugin.Plugin plugin, + java.lang.String url, + java.util.Map<java.lang.String,java.lang.String> data, + ICallback callback)+
plugin
- The calling pluginurl
- The URL to calldata
- A map of parameterscallback
- A class implementing an ICallBack to run upon completionICallback
public static java.lang.String HTTP(java.lang.String endpoint, + Http.Method method, + java.util.Map<java.lang.String,java.lang.String> data) + throws java.lang.Exception+
java.lang.Exception