Skip to content

Commit df9fdfb

Browse files
author
Travis CI
committed
Travis build 52 [skip travis-ci]
1 parent face8eb commit df9fdfb

26 files changed

+74
-64
lines changed

docs/apidocs/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/apidocs/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:06 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>ExtensionKt</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.ExtensionKt class">
1010
<meta name="keywords" content="getServerVersion()">
1111
<meta name="keywords" content="getMinecraftDispatcher()">
@@ -165,7 +165,7 @@ <h3>Method Summary</h3>
165165
</td>
166166
</tr>
167167
<tr id="i5" class="rowColor">
168-
<td class="colFirst"><code>static void</code></td>
168+
<td class="colFirst"><code>static NonExistentClass</code></td>
169169
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/shynixn/mccoroutine/ExtensionKt.html#launch-:Dreceiver-dispatcher-f-">launch</a></span>(NonExistentClass&nbsp;$receiver,
170170
NonExistentClass&nbsp;dispatcher,
171171
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
@@ -176,7 +176,7 @@ <h3>Method Summary</h3>
176176
</td>
177177
</tr>
178178
<tr id="i6" class="altColor">
179-
<td class="colFirst"><code>static void</code></td>
179+
<td class="colFirst"><code>static NonExistentClass</code></td>
180180
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/shynixn/mccoroutine/ExtensionKt.html#launch-:Dreceiver-f-">launch</a></span>(NonExistentClass&nbsp;$receiver,
181181
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
182182
<div class="block">Launches the given function in the Coroutine Scope of the given plugin.
@@ -186,7 +186,7 @@ <h3>Method Summary</h3>
186186
</td>
187187
</tr>
188188
<tr id="i7" class="rowColor">
189-
<td class="colFirst"><code>static void</code></td>
189+
<td class="colFirst"><code>static NonExistentClass</code></td>
190190
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/github/shynixn/mccoroutine/ExtensionKt.html#launchAsync-:Dreceiver-f-">launchAsync</a></span>(NonExistentClass&nbsp;$receiver,
191191
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
192192
<div class="block">Launches the given function in the Coroutine Scope of the given plugin async.
@@ -275,9 +275,9 @@ <h4>getScope</h4>
275275
<ul class="blockList">
276276
<li class="blockList">
277277
<h4>launch</h4>
278-
<pre>public static&nbsp;void&nbsp;launch(NonExistentClass&nbsp;$receiver,
279-
NonExistentClass&nbsp;dispatcher,
280-
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
278+
<pre>public static&nbsp;NonExistentClass&nbsp;launch(NonExistentClass&nbsp;$receiver,
279+
NonExistentClass&nbsp;dispatcher,
280+
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
281281
<div class="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin.
282282
This function may be called immediately without any delay if the Thread
283283
calling this function Bukkit.isPrimaryThread() is true. This means
@@ -286,6 +286,8 @@ <h4>launch</h4>
286286
<dt><span class="paramLabel">Parameters:</span></dt>
287287
<dd><code>dispatcher</code> - Coroutine context. The default context is minecraft dispatcher.</dd>
288288
<dd><code>f</code> - callback function inside a coroutine scope.</dd>
289+
<dt><span class="returnLabel">Returns:</span></dt>
290+
<dd>Cancelable coroutine job.</dd>
289291
</dl>
290292
</li>
291293
</ul>
@@ -295,15 +297,17 @@ <h4>launch</h4>
295297
<ul class="blockList">
296298
<li class="blockList">
297299
<h4>launch</h4>
298-
<pre>public static&nbsp;void&nbsp;launch(NonExistentClass&nbsp;$receiver,
299-
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
300+
<pre>public static&nbsp;NonExistentClass&nbsp;launch(NonExistentClass&nbsp;$receiver,
301+
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
300302
<div class="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin.
301303
This function may be called immediately without any delay if the Thread
302304
calling this function Bukkit.isPrimaryThread() is true. This means
303305
for example that event cancelling or modifying return values is still possible.</p></p></div>
304306
<dl>
305307
<dt><span class="paramLabel">Parameters:</span></dt>
306308
<dd><code>f</code> - callback function inside a coroutine scope.</dd>
309+
<dt><span class="returnLabel">Returns:</span></dt>
310+
<dd>Cancelable coroutine job.</dd>
307311
</dl>
308312
</li>
309313
</ul>
@@ -313,15 +317,17 @@ <h4>launch</h4>
313317
<ul class="blockList">
314318
<li class="blockList">
315319
<h4>launchAsync</h4>
316-
<pre>public static&nbsp;void&nbsp;launchAsync(NonExistentClass&nbsp;$receiver,
317-
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
320+
<pre>public static&nbsp;NonExistentClass&nbsp;launchAsync(NonExistentClass&nbsp;$receiver,
321+
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
318322
<div class="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin async.
319323
This function may be called immediately without any delay if the Thread
320324
calling this function Bukkit.isPrimaryThread() is false. This means
321325
for example that event cancelling or modifying return values is still possible.</p></p></div>
322326
<dl>
323327
<dt><span class="paramLabel">Parameters:</span></dt>
324328
<dd><code>f</code> - callback function inside a coroutine scope.</dd>
329+
<dt><span class="returnLabel">Returns:</span></dt>
330+
<dd>Cancelable coroutine job.</dd>
325331
</dl>
326332
</li>
327333
</ul>

docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>SuspendingCommandExecutor</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.SuspendingCommandExecutor interface">
1010
<meta name="keywords" content="onCommand()">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>CommandService</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.CommandService interface">
1010
<meta name="keywords" content="registerSuspendCommandExecutor()">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>CoroutineSession</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.CoroutineSession interface">
1010
<meta name="keywords" content="getScope()">
1111
<meta name="keywords" content="getEventService()">
@@ -165,7 +165,7 @@ <h3>Method Summary</h3>
165165
</td>
166166
</tr>
167167
<tr id="i6" class="altColor">
168-
<td class="colFirst"><code>void</code></td>
168+
<td class="colFirst"><code>NonExistentClass</code></td>
169169
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/shynixn/mccoroutine/contract/CoroutineSession.html#launch-dispatcher-f-">launch</a></span>(NonExistentClass&nbsp;dispatcher,
170170
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</code>
171171
<div class="block">Launches the given function on the plugin coroutine scope.</div>
@@ -242,9 +242,13 @@ <h4>getDispatcherAsync</h4>
242242
<ul class="blockList">
243243
<li class="blockList">
244244
<h4>launch</h4>
245-
<pre>void&nbsp;launch(NonExistentClass&nbsp;dispatcher,
246-
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
245+
<pre>NonExistentClass&nbsp;launch(NonExistentClass&nbsp;dispatcher,
246+
Function2&lt;? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation&lt;? super kotlin.Unit&gt;,? extends java.lang.Object&gt;&nbsp;f)</pre>
247247
<div class="block"><p><p>Launches the given function on the plugin coroutine scope.</p></p></div>
248+
<dl>
249+
<dt><span class="returnLabel">Returns:</span></dt>
250+
<dd>Cancelable coroutine job.</dd>
251+
</dl>
248252
</li>
249253
</ul>
250254
<a name="dispose--">

docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>EventService</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.EventService interface">
1010
<meta name="keywords" content="registerSuspendListener()">
1111
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">

docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>MCCoroutine</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract.MCCoroutine interface">
1010
<meta name="keywords" content="getCoroutineSession()">
1111
<meta name="keywords" content="disable()">

docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>com.github.shynixn.mccoroutine.contract</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract package">
1010
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../../../script.js"></script>

docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_252) on Thu Nov 12 11:44:49 UTC 2020 -->
5+
<!-- Generated by javadoc (1.8.0_252) on Sat Nov 21 11:32:07 UTC 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>com.github.shynixn.mccoroutine.contract</title>
8-
<meta name="date" content="2020-11-12">
8+
<meta name="date" content="2020-11-21">
99
<meta name="keywords" content="com.github.shynixn.mccoroutine.contract package">
1010
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../../../script.js"></script>

0 commit comments

Comments
 (0)