Skip to content

Commit

Permalink
Phantom MAX 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberpwnn committed Mar 28, 2017
1 parent c74037f commit 78ae8d0
Show file tree
Hide file tree
Showing 1,968 changed files with 90,162 additions and 15,538 deletions.
36 changes: 18 additions & 18 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.cyberpwn</groupId>
<artifactId>phantom</artifactId>
<name>Phantom</name>
<version>M5</version>
<version>M6</version>
<description>Another Damn API</description>
<build>
<resources>
Expand Down Expand Up @@ -125,9 +125,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-M6</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-M6</finalName>
</configuration>
</plugin>
</plugins>
Expand All @@ -140,22 +153,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
124 changes: 121 additions & 3 deletions docs/allclasses-frame.html

Large diffs are not rendered by default.

124 changes: 121 additions & 3 deletions docs/allclasses-noframe.html

Large diffs are not rendered by default.

144 changes: 140 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 Mon Mar 27 07:39:31 GMT-04:00 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 10:41:51 GMT-04:00 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (Phantom M5 API)</title>
<meta name="date" content="2017-03-27">
<title>Constant Field Values (Phantom M6 API)</title>
<meta name="date" content="2017-03-28">
<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 M5 API)";
parent.document.title="Constant Field Values (Phantom M6 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -245,6 +245,142 @@ <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.packet.<a href="org/phantomapi/packet/ChunkPacketProcessor.html" title="class in org.phantomapi.packet">ChunkPacketProcessor</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.packet.ChunkPacketProcessor.BIOME_ARRAY_LENGTH">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/ChunkPacketProcessor.html#BIOME_ARRAY_LENGTH">BIOME_ARRAY_LENGTH</a></code></td>
<td class="colLast"><code>256</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.packet.ChunkPacketProcessor.BLOCK_ID_LENGHT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/ChunkPacketProcessor.html#BLOCK_ID_LENGHT">BLOCK_ID_LENGHT</a></code></td>
<td class="colLast"><code>4096</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.packet.ChunkPacketProcessor.BYTES_PER_NIBBLE_PART">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/ChunkPacketProcessor.html#BYTES_PER_NIBBLE_PART">BYTES_PER_NIBBLE_PART</a></code></td>
<td class="colLast"><code>2048</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.packet.ChunkPacketProcessor.CHUNK_SEGMENTS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/ChunkPacketProcessor.html#CHUNK_SEGMENTS">CHUNK_SEGMENTS</a></code></td>
<td class="colLast"><code>16</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.packet.ChunkPacketProcessor.DATA_LENGHT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/ChunkPacketProcessor.html#DATA_LENGHT">DATA_LENGHT</a></code></td>
<td class="colLast"><code>2048</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.packet.ChunkPacketProcessor.NIBBLES_REQUIRED">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/ChunkPacketProcessor.html#NIBBLES_REQUIRED">NIBBLES_REQUIRED</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
</tbody>
</table>
</li>
<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.packet.<a href="org/phantomapi/packet/WrapperPlayServerScoreboardObjective.Mode.html" title="class in org.phantomapi.packet">WrapperPlayServerScoreboardObjective.Mode</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.packet.WrapperPlayServerScoreboardObjective.Mode.ADD_OBJECTIVE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardObjective.Mode.html#ADD_OBJECTIVE">ADD_OBJECTIVE</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.packet.WrapperPlayServerScoreboardObjective.Mode.REMOVE_OBJECTIVE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardObjective.Mode.html#REMOVE_OBJECTIVE">REMOVE_OBJECTIVE</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.packet.WrapperPlayServerScoreboardObjective.Mode.UPDATE_VALUE">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardObjective.Mode.html#UPDATE_VALUE">UPDATE_VALUE</a></code></td>
<td class="colLast"><code>2</code></td>
</tr>
</tbody>
</table>
</li>
<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.packet.<a href="org/phantomapi/packet/WrapperPlayServerScoreboardTeam.Mode.html" title="class in org.phantomapi.packet">WrapperPlayServerScoreboardTeam.Mode</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.packet.WrapperPlayServerScoreboardTeam.Mode.PLAYERS_ADDED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardTeam.Mode.html#PLAYERS_ADDED">PLAYERS_ADDED</a></code></td>
<td class="colLast"><code>3</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.packet.WrapperPlayServerScoreboardTeam.Mode.PLAYERS_REMOVED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardTeam.Mode.html#PLAYERS_REMOVED">PLAYERS_REMOVED</a></code></td>
<td class="colLast"><code>4</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.packet.WrapperPlayServerScoreboardTeam.Mode.TEAM_CREATED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardTeam.Mode.html#TEAM_CREATED">TEAM_CREATED</a></code></td>
<td class="colLast"><code>0</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.phantomapi.packet.WrapperPlayServerScoreboardTeam.Mode.TEAM_REMOVED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardTeam.Mode.html#TEAM_REMOVED">TEAM_REMOVED</a></code></td>
<td class="colLast"><code>1</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.phantomapi.packet.WrapperPlayServerScoreboardTeam.Mode.TEAM_UPDATED">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/phantomapi/packet/WrapperPlayServerScoreboardTeam.Mode.html#TEAM_UPDATED">TEAM_UPDATED</a></code></td>
<td class="colLast"><code>2</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
33 changes: 27 additions & 6 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 Mon Mar 27 07:39:32 GMT-04:00 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 10:41:52 GMT-04:00 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (Phantom M5 API)</title>
<meta name="date" content="2017-03-27">
<title>Deprecated List (Phantom M6 API)</title>
<meta name="date" content="2017-03-28">
<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 M5 API)";
parent.document.title="Deprecated List (Phantom M6 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -115,19 +115,40 @@ <h2 title="Contents">Contents</h2>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/phantomapi/packet/WrapperPlayServerChat.html#getJsonData--">org.phantomapi.packet.WrapperPlayServerChat.getJsonData()</a>
<div class="block"><span class="deprecationComment">Renamed to <a href="org/phantomapi/packet/WrapperPlayServerChat.html#getMessage--"><code>WrapperPlayServerChat.getMessage()</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/phantomapi/packet/WrapperLoginServerDisconnect.html#getJsonData--">org.phantomapi.packet.WrapperLoginServerDisconnect.getJsonData()</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/phantomapi/packet/AbstractPacket.html#recievePacket-org.bukkit.entity.Player-">org.phantomapi.packet.AbstractPacket.recievePacket(Player)</a>
<div class="block"><span class="deprecationComment">Misspelled. recieve -> receive</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/phantomapi/inventory/PhantomPlayerInventory.html#setItemInHand-org.bukkit.inventory.ItemStack-">org.phantomapi.inventory.PhantomPlayerInventory.setItemInHand(ItemStack)</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/phantomapi/packet/WrapperPlayServerChat.html#setJsonData-com.comphenix.protocol.wrappers.WrappedChatComponent-">org.phantomapi.packet.WrapperPlayServerChat.setJsonData(WrappedChatComponent)</a>
<div class="block"><span class="deprecationComment">Renamed to <a href="org/phantomapi/packet/WrapperPlayServerChat.html#setMessage-com.comphenix.protocol.wrappers.WrappedChatComponent-"><code>WrapperPlayServerChat.setMessage(WrappedChatComponent)</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/phantomapi/packet/WrapperLoginServerDisconnect.html#setJsonData-com.comphenix.protocol.wrappers.WrappedChatComponent-">org.phantomapi.packet.WrapperLoginServerDisconnect.setJsonData(WrappedChatComponent)</a></td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/phantomapi/util/IO.html#toByteArray-java.lang.String-">org.phantomapi.util.IO.toByteArray(String)</a>
<div class="block"><span class="deprecationComment">Use <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true#getBytes--" title="class or interface in java.lang"><code>String.getBytes()</code></a></span></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colOne"><a href="org/phantomapi/util/IO.html#toString-byte:A-">org.phantomapi.util.IO.toString(byte[])</a>
<div class="block"><span class="deprecationComment">Use <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true#String-byte:A-" title="class or interface in java.lang"><code>String.String(byte[])</code></a></span></div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colOne"><a href="org/phantomapi/util/IO.html#toString-byte:A-java.lang.String-">org.phantomapi.util.IO.toString(byte[], String)</a>
<div class="block"><span class="deprecationComment">Use <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true#String-byte:A-java.lang.String-" title="class or interface in java.lang"><code>String.String(byte[],String)</code></a></span></div>
</td>
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 Mon Mar 27 07:39:32 GMT-04:00 2017 -->
<!-- Generated by javadoc (1.8.0_121) on Tue Mar 28 10:41:52 GMT-04:00 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (Phantom M5 API)</title>
<meta name="date" content="2017-03-27">
<title>API Help (Phantom M6 API)</title>
<meta name="date" content="2017-03-28">
<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 M5 API)";
parent.document.title="API Help (Phantom M6 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 78ae8d0

Please sign in to comment.