diff --git a/docs/apidocs/allclasses-frame.html b/docs/apidocs/allclasses-frame.html index 89fe3b54..266a90bf 100644 --- a/docs/apidocs/allclasses-frame.html +++ b/docs/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@
- +static void
static NonExistentClass
launch(NonExistentClass $receiver,
NonExistentClass dispatcher,
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
@@ -176,7 +176,7 @@ static void
static NonExistentClass
launch(NonExistentClass $receiver,
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
static void
static NonExistentClass
launchAsync(NonExistentClass $receiver,
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
public static void launch(NonExistentClass $receiver, - NonExistentClass dispatcher, - Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)+
public static NonExistentClass launch(NonExistentClass $receiver, + NonExistentClass dispatcher, + Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function in the Coroutine Scope of the given plugin. This function may be called immediately without any delay if the Thread calling this function Bukkit.isPrimaryThread() is true. This means @@ -286,6 +286,8 @@
dispatcher
- Coroutine context. The default context is minecraft dispatcher.f
- callback function inside a coroutine scope.public static void launch(NonExistentClass $receiver, - Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)+
public static NonExistentClass launch(NonExistentClass $receiver, + Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function in the Coroutine Scope of the given plugin. This function may be called immediately without any delay if the Thread calling this function Bukkit.isPrimaryThread() is true. This means @@ -304,6 +306,8 @@
f
- callback function inside a coroutine scope.public static void launchAsync(NonExistentClass $receiver, - Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)+
public static NonExistentClass launchAsync(NonExistentClass $receiver, + Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function in the Coroutine Scope of the given plugin async. This function may be called immediately without any delay if the Thread calling this function Bukkit.isPrimaryThread() is false. This means @@ -322,6 +326,8 @@
f
- callback function inside a coroutine scope.void
NonExistentClass
launch(NonExistentClass dispatcher,
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
void launch(NonExistentClass dispatcher, - Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)+
NonExistentClass launch(NonExistentClass dispatcher, + Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
Launches the given function on the plugin coroutine scope.