diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f94b63 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# PluginAPI + +A collection of APIs for use in plugins. + +## Releases + +[Reposilite](https://repo.etztech.xyz/releases/xyz/etztech/plugin-api) + +## MinecraftManager Interface + +An interface for other plugins to hook into MCM. + +## DataSource + +A class to extend, giving your plugin an H2-backed database using HikariCP. + +## Web + +Utility methods for sending multi-part forms, as well as HTTP GET/POST with callbacks. \ No newline at end of file diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html deleted file mode 100644 index 311b464..0000000 --- a/docs/allclasses-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -All Classes - - - - - -

All Classes

-
- -
- - diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html deleted file mode 100644 index 5ca7ef0..0000000 --- a/docs/allclasses-noframe.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -All Classes - - - - - -

All Classes

-
- -
- - diff --git a/docs/constant-values.html b/docs/constant-values.html deleted file mode 100644 index 705e743..0000000 --- a/docs/constant-values.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - -Constant Field Values - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Constant Field Values

-

Contents

-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html deleted file mode 100644 index bda26c4..0000000 --- a/docs/deprecated-list.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - -Deprecated List - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Deprecated API

-

Contents

- -
-
- - - -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/help-doc.html b/docs/help-doc.html deleted file mode 100644 index f2dfc04..0000000 --- a/docs/help-doc.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - -API Help - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
- -This help file applies to API documentation generated using the standard doclet.
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-1.html b/docs/index-files/index-1.html deleted file mode 100644 index c782ffd..0000000 --- a/docs/index-files/index-1.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -A-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

A

-
-
addFilePart(String, File) - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Adds an upload file section to the request
-
-
addFormField(String, String) - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Adds a form field to the request
-
-
addHeaderField(String, String) - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Adds a header field to the request.
-
-
asyncGet(Plugin, String, Map<String, String>) - Static method in class xyz.etztech.core.web.Http
-
 
-
asyncGetCallback(Plugin, String, Map<String, String>, ICallback) - Static method in class xyz.etztech.core.web.Http
-
 
-
asyncPost(Plugin, String, Map<String, String>) - Static method in class xyz.etztech.core.web.Http
-
 
-
asyncPostCallback(Plugin, String, Map<String, String>, ICallback) - Static method in class xyz.etztech.core.web.Http
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html deleted file mode 100644 index 2c3bfb6..0000000 --- a/docs/index-files/index-10.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -M-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

M

-
-
MavenLibraries - Annotation Type in xyz.etztech.core.maven
-
-
Allows MavenLibrary to be repeatable
-
-
MavenLibrary - Annotation Type in xyz.etztech.core.maven
-
-
Allows a plugin to declare dependencies to download at runtime, meaning no more shaded jars!
-
-
MavenLoader - Class in xyz.etztech.core.maven
-
-
A class to load any plugins with MavenLibrary annotations
-
-
MavenLoader() - Constructor for class xyz.etztech.core.maven.MavenLoader
-
 
-
MavenPlugin - Class in xyz.etztech.core.maven
-
-
Takes care of running the MavenLoader when the plugin is loaded.
-
-
MavenPlugin() - Constructor for class xyz.etztech.core.maven.MavenPlugin
-
 
-
MultipartUtility - Class in xyz.etztech.core.web
-
-
A non-Apache way to send form-data in a POST request
-
-
MultipartUtility(String, String) - Constructor for class xyz.etztech.core.web.MultipartUtility
-
-
This constructor initializes a new HTTP POST request where content type - is set to multipart/form-data
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html deleted file mode 100644 index bf7faf9..0000000 --- a/docs/index-files/index-11.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -O-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

O

-
-
onDisable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
 
-
onEnable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
 
-
onLoad() - Method in class xyz.etztech.core.maven.MavenPlugin
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html deleted file mode 100644 index adccf9a..0000000 --- a/docs/index-files/index-12.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -R-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

R

-
-
Response - Class in xyz.etztech.core.web
-
-
A basic class to wrap a JSON response containing a simple status and message
-
-
Response(JsonArray) - Constructor for class xyz.etztech.core.web.Response
-
 
-
Response(JsonObject) - Constructor for class xyz.etztech.core.web.Response
-
 
-
Response(String) - Constructor for class xyz.etztech.core.web.Response
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html deleted file mode 100644 index d07fec0..0000000 --- a/docs/index-files/index-13.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -S-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

S

-
-
setJson(JsonObject) - Method in class xyz.etztech.core.web.Response
-
 
-
setMessage(String) - Method in class xyz.etztech.core.web.Response
-
 
-
setStatus(Boolean) - Method in class xyz.etztech.core.web.Response
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html deleted file mode 100644 index b35643f..0000000 --- a/docs/index-files/index-14.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -V-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

V

-
-
valueOf(String) - Static method in enum xyz.etztech.core.web.Http.Method
-
-
Returns the enum constant of this type with the specified name.
-
-
values() - Static method in enum xyz.etztech.core.web.Http.Method
-
-
Returns an array containing the constants of this enum type, in -the order they are declared.
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html deleted file mode 100644 index 6421de3..0000000 --- a/docs/index-files/index-15.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -X-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

X

-
-
xyz.etztech.core - package xyz.etztech.core
-
-
PluginAPI Core for Plugins
-
-
xyz.etztech.core.api - package xyz.etztech.core.api
-
-
API classes for EtzTech plugins
-
-
xyz.etztech.core.db - package xyz.etztech.core.db
-
-
Database classes utilizing HikariCP and H2
-
-
xyz.etztech.core.maven - package xyz.etztech.core.maven
-
-
Maven annotations used to eliminate shaded plugins
-
-
xyz.etztech.core.web - package xyz.etztech.core.web
-
-
A core set of web utilities
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html deleted file mode 100644 index fb85747..0000000 --- a/docs/index-files/index-2.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -C-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

C

-
-
CoreUtils - Class in xyz.etztech.core
-
-
A core set of Plugin utilities
-
-
CoreUtils() - Constructor for class xyz.etztech.core.CoreUtils
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html deleted file mode 100644 index e0fd175..0000000 --- a/docs/index-files/index-3.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -D-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

D

-
-
DataSource - Class in xyz.etztech.core.db
-
-
A class to initialize an H2 database and retrieve connections
-
-
DataSource(JavaPlugin) - Constructor for class xyz.etztech.core.db.DataSource
-
-
Create a data source for a plugin
-
-
disable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
-
Allows a plugin to customize their onDisable method
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html deleted file mode 100644 index a9b255d..0000000 --- a/docs/index-files/index-4.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - -E-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

E

-
-
enable() - Method in class xyz.etztech.core.maven.MavenPlugin
-
-
Allows a plugin to customize their onEnable method
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html deleted file mode 100644 index 6bc71ac..0000000 --- a/docs/index-files/index-5.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - -F-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

F

-
-
finish() - Method in class xyz.etztech.core.web.MultipartUtility
-
-
Completes the request and receives response from the server.
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html deleted file mode 100644 index ab333ff..0000000 --- a/docs/index-files/index-6.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - -G-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

G

-
-
getConnection() - Method in class xyz.etztech.core.db.DataSource
-
 
-
getJson() - Method in class xyz.etztech.core.web.Response
-
 
-
getLogger() - Static method in class xyz.etztech.core.CoreUtils
-
 
-
getMCJSON() - Method in class xyz.etztech.core.web.Response
-
 
-
getMCMessage() - Method in class xyz.etztech.core.web.Response
-
-
Deprecated.
-
-
getMessage() - Method in class xyz.etztech.core.web.Response
-
 
-
getSchedule() - Static method in class xyz.etztech.core.CoreUtils
-
 
-
getStatus() - Method in class xyz.etztech.core.web.Response
-
 
-
globalLog(Player, String) - Method in interface xyz.etztech.core.api.IMinecraftManager
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html deleted file mode 100644 index 2ed092a..0000000 --- a/docs/index-files/index-7.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - -H-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

H

-
-
Http - Class in xyz.etztech.core.web
-
-
A static class used for HTTP calls within a plugin
-
-
Http() - Constructor for class xyz.etztech.core.web.Http
-
 
-
HTTP(String, Http.Method, Map<String, String>) - Static method in class xyz.etztech.core.web.Http
-
 
-
Http.Method - Enum in xyz.etztech.core.web
-
-
Available HTTP methods to use with the raw HTTP method
-
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html deleted file mode 100644 index b89a7b9..0000000 --- a/docs/index-files/index-8.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -I-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

I

-
-
ICallback - Interface in xyz.etztech.core.web
-
-
An interface for Core async callbacks
-
-
IMinecraftManager - Interface in xyz.etztech.core.api
-
-
An interface for the MinecraftManager plugin
-
-
invoke(String) - Method in interface xyz.etztech.core.web.ICallback
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html deleted file mode 100644 index cb6629e..0000000 --- a/docs/index-files/index-9.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -L-Index - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D E F G H I L M O R S V X  - - -

L

-
-
load() - Method in class xyz.etztech.core.maven.MavenPlugin
-
-
Allows a plugin to customize their onLoad method
-
-
loadAll(Class<?>) - Static method in class xyz.etztech.core.maven.MavenLoader
-
-
The bread and butter.
-
-
logOverride(boolean) - Method in interface xyz.etztech.core.api.IMinecraftManager
-
 
-
-A C D E F G H I L M O R S V X 
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index d7c40cb..0000000 --- a/docs/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - -Generated Documentation (Untitled) - - - - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> - - - diff --git a/docs/overview-frame.html b/docs/overview-frame.html deleted file mode 100644 index 949d490..0000000 --- a/docs/overview-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -Overview List - - - - - -
All Classes
-
-

Packages

- -
-

 

- - diff --git a/docs/overview-summary.html b/docs/overview-summary.html deleted file mode 100644 index 248dd29..0000000 --- a/docs/overview-summary.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - -Overview - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Packages 
PackageDescription
xyz.etztech.core -
PluginAPI Core for Plugins
-
xyz.etztech.core.api -
API classes for EtzTech plugins
-
xyz.etztech.core.db -
Database classes utilizing HikariCP and H2
-
xyz.etztech.core.maven -
Maven annotations used to eliminate shaded plugins
-
xyz.etztech.core.web -
A core set of web utilities
-
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/overview-tree.html b/docs/overview-tree.html deleted file mode 100644 index 8ff8a95..0000000 --- a/docs/overview-tree.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - -Class Hierarchy - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -

Annotation Type Hierarchy

- -

Enum Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/package-list b/docs/package-list deleted file mode 100644 index 2b56592..0000000 --- a/docs/package-list +++ /dev/null @@ -1,5 +0,0 @@ -xyz.etztech.core -xyz.etztech.core.api -xyz.etztech.core.db -xyz.etztech.core.maven -xyz.etztech.core.web diff --git a/docs/script.js b/docs/script.js deleted file mode 100644 index b346356..0000000 --- a/docs/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/docs/stylesheet.css b/docs/stylesheet.css deleted file mode 100644 index cebb4fd..0000000 --- a/docs/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; - width:100%; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} diff --git a/docs/xyz/etztech/core/CoreUtils.html b/docs/xyz/etztech/core/CoreUtils.html deleted file mode 100644 index f7bb71c..0000000 --- a/docs/xyz/etztech/core/CoreUtils.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - -CoreUtils - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core
-

Class CoreUtils

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/api/IMinecraftManager.html b/docs/xyz/etztech/core/api/IMinecraftManager.html deleted file mode 100644 index afdfa35..0000000 --- a/docs/xyz/etztech/core/api/IMinecraftManager.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -IMinecraftManager - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.api
-

Interface IMinecraftManager

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/api/package-frame.html b/docs/xyz/etztech/core/api/package-frame.html deleted file mode 100644 index 25f30d7..0000000 --- a/docs/xyz/etztech/core/api/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -xyz.etztech.core.api - - - - - -

xyz.etztech.core.api

-
-

Interfaces

- -
- - diff --git a/docs/xyz/etztech/core/api/package-summary.html b/docs/xyz/etztech/core/api/package-summary.html deleted file mode 100644 index 39b938f..0000000 --- a/docs/xyz/etztech/core/api/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -xyz.etztech.core.api - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package xyz.etztech.core.api

-
-
API classes for EtzTech plugins
-
-

See: Description

-
-
- - - - -

Package xyz.etztech.core.api Description

-
API classes for EtzTech plugins
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/api/package-tree.html b/docs/xyz/etztech/core/api/package-tree.html deleted file mode 100644 index 4983190..0000000 --- a/docs/xyz/etztech/core/api/package-tree.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - - -xyz.etztech.core.api Class Hierarchy - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package xyz.etztech.core.api

-Package Hierarchies: - -
-
-

Interface Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/db/DataSource.html b/docs/xyz/etztech/core/db/DataSource.html deleted file mode 100644 index 6d60f80..0000000 --- a/docs/xyz/etztech/core/db/DataSource.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - -DataSource - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.db
-

Class DataSource

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/db/package-frame.html b/docs/xyz/etztech/core/db/package-frame.html deleted file mode 100644 index 14c0931..0000000 --- a/docs/xyz/etztech/core/db/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -xyz.etztech.core.db - - - - - -

xyz.etztech.core.db

-
-

Classes

- -
- - diff --git a/docs/xyz/etztech/core/db/package-summary.html b/docs/xyz/etztech/core/db/package-summary.html deleted file mode 100644 index 0c5a4af..0000000 --- a/docs/xyz/etztech/core/db/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -xyz.etztech.core.db - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package xyz.etztech.core.db

-
-
Database classes utilizing HikariCP and H2
-
-

See: Description

-
-
- - - - -

Package xyz.etztech.core.db Description

-
Database classes utilizing HikariCP and H2
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/db/package-tree.html b/docs/xyz/etztech/core/db/package-tree.html deleted file mode 100644 index 6166874..0000000 --- a/docs/xyz/etztech/core/db/package-tree.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -xyz.etztech.core.db Class Hierarchy - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package xyz.etztech.core.db

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/maven/MavenLibraries.html b/docs/xyz/etztech/core/maven/MavenLibraries.html deleted file mode 100644 index d6a71ad..0000000 --- a/docs/xyz/etztech/core/maven/MavenLibraries.html +++ /dev/null @@ -1,217 +0,0 @@ - - - - - -MavenLibraries - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.maven
-

Annotation Type MavenLibraries

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/maven/MavenLibrary.html b/docs/xyz/etztech/core/maven/MavenLibrary.html deleted file mode 100644 index 668f301..0000000 --- a/docs/xyz/etztech/core/maven/MavenLibrary.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - -MavenLibrary - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.maven
-

Annotation Type MavenLibrary

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/maven/MavenLoader.html b/docs/xyz/etztech/core/maven/MavenLoader.html deleted file mode 100644 index b94f47a..0000000 --- a/docs/xyz/etztech/core/maven/MavenLoader.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - -MavenLoader - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.maven
-

Class MavenLoader

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/maven/MavenPlugin.html b/docs/xyz/etztech/core/maven/MavenPlugin.html deleted file mode 100644 index fe4a1c3..0000000 --- a/docs/xyz/etztech/core/maven/MavenPlugin.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - -MavenPlugin - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.maven
-

Class MavenPlugin

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/maven/package-frame.html b/docs/xyz/etztech/core/maven/package-frame.html deleted file mode 100644 index 19163e7..0000000 --- a/docs/xyz/etztech/core/maven/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - -xyz.etztech.core.maven - - - - - -

xyz.etztech.core.maven

-
-

Classes

- -

Annotation Types

- -
- - diff --git a/docs/xyz/etztech/core/maven/package-summary.html b/docs/xyz/etztech/core/maven/package-summary.html deleted file mode 100644 index 914b38b..0000000 --- a/docs/xyz/etztech/core/maven/package-summary.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - -xyz.etztech.core.maven - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package xyz.etztech.core.maven

-
-
Maven annotations used to eliminate shaded plugins
-
-

See: Description

-
-
- - - - -

Package xyz.etztech.core.maven Description

-
Maven annotations used to eliminate shaded plugins
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/maven/package-tree.html b/docs/xyz/etztech/core/maven/package-tree.html deleted file mode 100644 index 5db98fb..0000000 --- a/docs/xyz/etztech/core/maven/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - -xyz.etztech.core.maven Class Hierarchy - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package xyz.etztech.core.maven

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Annotation Type Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/package-frame.html b/docs/xyz/etztech/core/package-frame.html deleted file mode 100644 index 6c0b88a..0000000 --- a/docs/xyz/etztech/core/package-frame.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -xyz.etztech.core - - - - - -

xyz.etztech.core

-
-

Classes

- -
- - diff --git a/docs/xyz/etztech/core/package-summary.html b/docs/xyz/etztech/core/package-summary.html deleted file mode 100644 index 2323334..0000000 --- a/docs/xyz/etztech/core/package-summary.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - -xyz.etztech.core - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package xyz.etztech.core

-
-
PluginAPI Core for Plugins
-
-

See: Description

-
-
- - - - -

Package xyz.etztech.core Description

-
PluginAPI Core for Plugins
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/package-tree.html b/docs/xyz/etztech/core/package-tree.html deleted file mode 100644 index f17b6cd..0000000 --- a/docs/xyz/etztech/core/package-tree.html +++ /dev/null @@ -1,135 +0,0 @@ - - - - - -xyz.etztech.core Class Hierarchy - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package xyz.etztech.core

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/CoreResponse.html b/docs/xyz/etztech/core/web/CoreResponse.html deleted file mode 100644 index 73d58a1..0000000 --- a/docs/xyz/etztech/core/web/CoreResponse.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CoreResponse - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Class CoreResponse

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html b/docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html deleted file mode 100644 index 1ce0a2a..0000000 --- a/docs/xyz/etztech/core/web/CoreWeb.HttpMethod.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - -CoreWeb.HttpMethod - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Enum CoreWeb.HttpMethod

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/CoreWeb.html b/docs/xyz/etztech/core/web/CoreWeb.html deleted file mode 100644 index 8a2ba97..0000000 --- a/docs/xyz/etztech/core/web/CoreWeb.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -CoreWeb - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Class CoreWeb

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/Http.HttpMethod.html b/docs/xyz/etztech/core/web/Http.HttpMethod.html deleted file mode 100644 index e104ac4..0000000 --- a/docs/xyz/etztech/core/web/Http.HttpMethod.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -Http.HttpMethod - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Enum Http.HttpMethod

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/Http.Method.html b/docs/xyz/etztech/core/web/Http.Method.html deleted file mode 100644 index 3e7de2c..0000000 --- a/docs/xyz/etztech/core/web/Http.Method.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - -Http.Method - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Enum Http.Method

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/Http.html b/docs/xyz/etztech/core/web/Http.html deleted file mode 100644 index 01384a4..0000000 --- a/docs/xyz/etztech/core/web/Http.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - -Http - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Class Http

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/ICallback.html b/docs/xyz/etztech/core/web/ICallback.html deleted file mode 100644 index bc3491c..0000000 --- a/docs/xyz/etztech/core/web/ICallback.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - -ICallback - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Interface ICallback

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/MultipartUtility.html b/docs/xyz/etztech/core/web/MultipartUtility.html deleted file mode 100644 index f593f30..0000000 --- a/docs/xyz/etztech/core/web/MultipartUtility.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - -MultipartUtility - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Class MultipartUtility

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/Response.html b/docs/xyz/etztech/core/web/Response.html deleted file mode 100644 index ba82398..0000000 --- a/docs/xyz/etztech/core/web/Response.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -Response - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
xyz.etztech.core.web
-

Class Response

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/package-frame.html b/docs/xyz/etztech/core/web/package-frame.html deleted file mode 100644 index ab3a080..0000000 --- a/docs/xyz/etztech/core/web/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - -xyz.etztech.core.web - - - - - -

xyz.etztech.core.web

-
-

Interfaces

- -

Classes

- -

Enums

- -
- - diff --git a/docs/xyz/etztech/core/web/package-summary.html b/docs/xyz/etztech/core/web/package-summary.html deleted file mode 100644 index 8d85894..0000000 --- a/docs/xyz/etztech/core/web/package-summary.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - -xyz.etztech.core.web - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package xyz.etztech.core.web

-
-
A core set of web utilities
-
-

See: Description

-
-
- - - - -

Package xyz.etztech.core.web Description

-
A core set of web utilities
-
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/docs/xyz/etztech/core/web/package-tree.html b/docs/xyz/etztech/core/web/package-tree.html deleted file mode 100644 index 3c0b2f0..0000000 --- a/docs/xyz/etztech/core/web/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - -xyz.etztech.core.web Class Hierarchy - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package xyz.etztech.core.web

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -

Enum Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - - - diff --git a/pom.xml b/pom.xml index 101968e..9ea3b39 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 xyz.etztech - PluginAPI + plugin-api 1.0.6 @@ -22,9 +22,9 @@ - com.destroystokyo.paper - paper-api - 1.14.4-R0.1-SNAPSHOT + org.spigotmc + spigot-api + 1.16.1-R0.1-SNAPSHOT provided @@ -41,8 +41,8 @@ - papermc - https://papermc.io/repo/repository/maven-public/ + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ mvn-repo @@ -58,4 +58,11 @@ + + + etztech + https://repo.etztech.xyz/releases + + + \ No newline at end of file