Skip to content

Commit a85792a

Browse files
author
Im-Fran
committed
New Debug Option- Fixed CommandAPI
+ Created new debug option * Fixed CommandAPI not working on Minecraft 1.12 and below by disabling it and debugging a warning * Updated . * Updated JavaDocs
1 parent 03ecafb commit a85792a

File tree

325 files changed

+2050
-727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+2050
-727
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@ fabric.properties
9999

100100
# Target
101101
target/
102+
103+
# Custom
104+
SuperCoreAPI.iml
105+
.idea/

javadocs/allclasses-frame.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:25 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -35,6 +35,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
3535
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/storage/ConfigField.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils.storage" target="classFrame">ConfigField</a></li>
3636
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/utils/storage/ConfigurationField.html" title="class in xyz.theprogramsrc.supercoreapi.bungee.utils.storage" target="classFrame">ConfigurationField</a></li>
3737
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/precreated/ConfirmationGUI.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.precreated" target="classFrame">ConfirmationGUI</a></li>
38+
<li><a href="xyz/theprogramsrc/supercoreapi/global/networking/ConnectionBuilder.html" title="class in xyz.theprogramsrc.supercoreapi.global.networking" target="classFrame">ConnectionBuilder</a></li>
39+
<li><a href="xyz/theprogramsrc/supercoreapi/global/networking/CustomConnection.html" title="class in xyz.theprogramsrc.supercoreapi.global.networking" target="classFrame">CustomConnection</a></li>
3840
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/recipes/CustomRecipe.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.recipes" target="classFrame">CustomRecipe</a></li>
3941
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/DataBase.html" title="interface in xyz.theprogramsrc.supercoreapi.global.storage" target="classFrame"><span class="interfaceName">DataBase</span></a></li>
4042
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/DataBase.ConnectionCall.html" title="interface in xyz.theprogramsrc.supercoreapi.global.storage" target="classFrame"><span class="interfaceName">DataBase.ConnectionCall</span></a></li>

javadocs/allclasses-noframe.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:25 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -35,6 +35,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
3535
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/utils/storage/ConfigField.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.utils.storage">ConfigField</a></li>
3636
<li><a href="xyz/theprogramsrc/supercoreapi/bungee/utils/storage/ConfigurationField.html" title="class in xyz.theprogramsrc.supercoreapi.bungee.utils.storage">ConfigurationField</a></li>
3737
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/guis/precreated/ConfirmationGUI.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.guis.precreated">ConfirmationGUI</a></li>
38+
<li><a href="xyz/theprogramsrc/supercoreapi/global/networking/ConnectionBuilder.html" title="class in xyz.theprogramsrc.supercoreapi.global.networking">ConnectionBuilder</a></li>
39+
<li><a href="xyz/theprogramsrc/supercoreapi/global/networking/CustomConnection.html" title="class in xyz.theprogramsrc.supercoreapi.global.networking">CustomConnection</a></li>
3840
<li><a href="xyz/theprogramsrc/supercoreapi/spigot/recipes/CustomRecipe.html" title="class in xyz.theprogramsrc.supercoreapi.spigot.recipes">CustomRecipe</a></li>
3941
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/DataBase.html" title="interface in xyz.theprogramsrc.supercoreapi.global.storage"><span class="interfaceName">DataBase</span></a></li>
4042
<li><a href="xyz/theprogramsrc/supercoreapi/global/storage/DataBase.ConnectionCall.html" title="interface in xyz.theprogramsrc.supercoreapi.global.storage"><span class="interfaceName">DataBase.ConnectionCall</span></a></li>

javadocs/constant-values.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:24 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>Constant Field Values</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -94,7 +94,7 @@ <h2 title="xyz.theprogramsrc">xyz.theprogramsrc.*</h2>
9494
<!-- -->
9595
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
9696
<td><code><a href="xyz/theprogramsrc/supercoreapi/SuperPlugin.html#SUPER_CORE_API_VERSION">SUPER_CORE_API_VERSION</a></code></td>
97-
<td class="colLast"><code>"4.5.0"</code></td>
97+
<td class="colLast"><code>"4.8.0"</code></td>
9898
</tr>
9999
</tbody>
100100
</table>

javadocs/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:25 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>Deprecated List</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

javadocs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:25 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>API Help</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

javadocs/index-files/index-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:24 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>A-Index</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

javadocs/index-files/index-10.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:24 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>J-Index</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

javadocs/index-files/index-11.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:25 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>K-Index</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

javadocs/index-files/index-12.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_275) on Sat Dec 12 09:31:25 CLST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_275) on Mon Jan 11 15:35:39 CLST 2021 -->
66
<title>L-Index</title>
7-
<meta name="date" content="2020-12-12">
7+
<meta name="date" content="2021-01-11">
88
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)