You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</code>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</code>
182
182
<divclass="block">Launches the given function in the Coroutine Scope of the given plugin.
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</code>
192
192
<divclass="block">Launches the given function in the Coroutine Scope of the given plugin async.
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
281
281
<divclass="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin.
282
282
This function may be called immediately without any delay if the Thread
283
283
calling this function Bukkit.isPrimaryThread() is true. This means
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
300
302
<divclass="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin.
301
303
This function may be called immediately without any delay if the Thread
302
304
calling this function Bukkit.isPrimaryThread() is true. This means
303
305
for example that event cancelling or modifying return values is still possible.</p></p></div>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
318
322
<divclass="block"><p><p>Launches the given function in the Coroutine Scope of the given plugin async.
319
323
This function may be called immediately without any delay if the Thread
320
324
calling this function Bukkit.isPrimaryThread() is false. This means
321
325
for example that event cancelling or modifying return values is still possible.</p></p></div>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</code>
171
171
<divclass="block">Launches the given function on the plugin coroutine scope.</div>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)</pre>
247
247
<divclass="block"><p><p>Launches the given function on the plugin coroutine scope.</p></p></div>
0 commit comments