Skip to content

Commit 904c1ea

Browse files
committed
Added arcane-botcenter.xyz and dblista.pl
1 parent 4cc3bbd commit 904c1ea

33 files changed

+148
-84
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ def ver = new Version(major: 4, minor: 2, revision: 3)
1212
group = "org.botblock"
1313
version = "$ver"
1414

15-
sourceCompatibility = JavaVersion.VERSION_1_8
16-
targetCompatibility = JavaVersion.VERSION_1_8
15+
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
1716

1817
jar{
1918
setArchivesBaseName('JavaBotBlockAPI')
@@ -47,6 +46,7 @@ task javadocJar(type: Jar, dependsOn: javadoc){
4746
artifacts{
4847
archives sourcesJar
4948
archives javadocJar
49+
archives shadowJar
5050
}
5151

5252
javadoc{
@@ -99,7 +99,7 @@ bintray{
9999
publishing{
100100
publications{
101101
JavaBotBlockAPIRelease(MavenPublication){
102-
from components.java
102+
from(components.java)
103103
groupId group
104104
artifactId archivesBaseName
105105
version version

docs/allclasses-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>All Classes (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/allclasses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>All Classes (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/allpackages-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>All Packages (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>Constant Field Values (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>Deprecated List (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>API Help (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/index-all.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>Index (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -106,6 +106,10 @@ <h2 class="title">A</h2>
106106
<dd>
107107
<div class="block">Adds the provided <a href="org/botblock/javabotblockapi/Site.html" title="enum in org.botblock.javabotblockapi"><code>Site name</code></a> and token to the Map.</div>
108108
</dd>
109+
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/Site.html#ARCANE_BOTCENTER_XYZ">ARCANE_BOTCENTER_XYZ</a></span> - org.botblock.javabotblockapi.<a href="org/botblock/javabotblockapi/Site.html" title="enum in org.botblock.javabotblockapi">Site</a></dt>
110+
<dd>
111+
<div class="block"><a href="https://arcane-botcenter.xyz" target="_blank">arcane-botcenter.xyz</a></div>
112+
</dd>
109113
</dl>
110114
<a id="I:B">
111115
<!-- -->
@@ -476,7 +480,9 @@ <h2 class="title">R</h2>
476480
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/exceptions/RatelimitedException.html#%3Cinit%3E(java.lang.String)">RatelimitedException(String)</a></span> - Constructor for class org.botblock.javabotblockapi.exceptions.<a href="org/botblock/javabotblockapi/exceptions/RatelimitedException.html" title="class in org.botblock.javabotblockapi.exceptions">RatelimitedException</a></dt>
477481
<dd>&nbsp;</dd>
478482
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html#replacement()">replacement()</a></span> - Method in annotation type org.botblock.javabotblockapi.annotations.<a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html" title="annotation in org.botblock.javabotblockapi.annotations">DeprecatedSince</a></dt>
479-
<dd>&nbsp;</dd>
483+
<dd>
484+
<div class="block">Optional String indicating a possible replacement method or field to use.</div>
485+
</dd>
480486
</dl>
481487
<a id="I:S">
482488
<!-- -->
@@ -522,7 +528,9 @@ <h2 class="title">V</h2>
522528
the order they are declared.</div>
523529
</dd>
524530
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html#version()">version()</a></span> - Method in annotation type org.botblock.javabotblockapi.annotations.<a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html" title="annotation in org.botblock.javabotblockapi.annotations">DeprecatedSince</a></dt>
525-
<dd>&nbsp;</dd>
531+
<dd>
532+
<div class="block">Since what version this method or field is deprecated.</div>
533+
</dd>
526534
</dl>
527535
<a id="I:W">
528536
<!-- -->

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 07 16:14:20 CET 2020 -->
5+
<!-- Generated by javadoc (11.0.4) on Sat Jan 11 17:46:10 CET 2020 -->
66
<title>Overview (JavaBotBlockAPI 4.2.3 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-07">
8+
<meta name="dc.created" content="2020-01-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)