Skip to content

Commit

Permalink
Phantom MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Mar 23, 2017
1 parent f3be005 commit 33c411f
Show file tree
Hide file tree
Showing 1,656 changed files with 62,022 additions and 7,389 deletions.
34 changes: 17 additions & 17 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,22 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<outputDirectory>C:/Users/cyberpwn/Documents/development/release/Phantom</outputDirectory>
<finalName>Phantom-M</finalName>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>${local.release}</outputDirectory>
<finalName>${project.name}-${project.version}</finalName>
<outputDirectory>C:/Users/cyberpwn/Documents/development/release/Phantom</outputDirectory>
<finalName>Phantom-M</finalName>
</configuration>
</plugin>
</plugins>
Expand All @@ -138,22 +151,9 @@
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<outputDirectory>C:/Users/cyberpwn/Documents/development/servers/dynamic/plugins</outputDirectory>
<finalName>Phantom</finalName>
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>C:/Users/cyberpwn/Documents/development/servers/dynamic/plugins</outputDirectory>
<finalName>Phantom</finalName>
<outputDirectory>${local.development}</outputDirectory>
<finalName>${project.name}</finalName>
</configuration>
</plugin>
</plugins>
Expand Down
125 changes: 97 additions & 28 deletions docs/allclasses-frame.html

Large diffs are not rendered by default.

125 changes: 97 additions & 28 deletions docs/allclasses-noframe.html

Large diffs are not rendered by default.

78 changes: 74 additions & 4 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 21 16:57:22 GMT-04:00 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Thu Mar 23 06:08:56 GMT-04:00 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (Phantom O9 API)</title>
<meta name="date" content="2017-03-21">
<title>Constant Field Values (Phantom M API)</title>
<meta name="date" content="2017-03-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (Phantom O9 API)";
parent.document.title="Constant Field Values (Phantom M API)";
}
}
catch(err) {
Expand Down Expand Up @@ -175,6 +175,76 @@ <h2 title="org.phantomapi">org.phantomapi.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.phantomapi.nbt.<a href="org/phantomapi/nbt/Base64.html" title="class in org.phantomapi.nbt">Base64</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.DECODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#DECODE">DECODE</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.DO_BREAK_LINES">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#DO_BREAK_LINES">DO_BREAK_LINES</a></code></td>
<td class="colLast"><code>8</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.DONT_GUNZIP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#DONT_GUNZIP">DONT_GUNZIP</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.ENCODE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#ENCODE">ENCODE</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.GZIP">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#GZIP">GZIP</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.NO_OPTIONS">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#NO_OPTIONS">NO_OPTIONS</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.ORDERED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#ORDERED">ORDERED</a></code></td>
<td class="colLast"><code>32</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.nbt.Base64.URL_SAFE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/nbt/Base64.html#URL_SAFE">URL_SAFE</a></code></td>
<td class="colLast"><code>16</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.phantomapi.papyrus.<a href="org/phantomapi/papyrus/PaperColor.html" title="class in org.phantomapi.papyrus">PaperColor</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
Expand Down
8 changes: 4 additions & 4 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 21 16:57:23 GMT-04:00 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Thu Mar 23 06:08:57 GMT-04:00 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Phantom O9 API)</title>
<meta name="date" content="2017-03-21">
<title>Deprecated List (Phantom M API)</title>
<meta name="date" content="2017-03-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Phantom O9 API)";
parent.document.title="Deprecated List (Phantom M API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 21 16:57:23 GMT-04:00 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Thu Mar 23 06:08:57 GMT-04:00 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (Phantom O9 API)</title>
<meta name="date" content="2017-03-21">
<title>API Help (Phantom M API)</title>
<meta name="date" content="2017-03-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (Phantom O9 API)";
parent.document.title="API Help (Phantom M API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 33c411f

Please sign in to comment.