From df9fdfb56890aab01f8761934be6bfbe8bd0c49d Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 21 Nov 2020 11:32:07 +0000 Subject: [PATCH] Travis build 52 [skip travis-ci] --- docs/apidocs/allclasses-frame.html | 4 +-- docs/apidocs/allclasses-noframe.html | 4 +-- .../shynixn/mccoroutine/ExtensionKt.html | 30 +++++++++++-------- .../SuspendingCommandExecutor.html | 4 +-- .../mccoroutine/contract/CommandService.html | 4 +-- .../contract/CoroutineSession.html | 14 +++++---- .../mccoroutine/contract/EventService.html | 4 +-- .../mccoroutine/contract/MCCoroutine.html | 4 +-- .../mccoroutine/contract/package-frame.html | 4 +-- .../mccoroutine/contract/package-summary.html | 4 +-- .../mccoroutine/contract/package-tree.html | 4 +-- .../mccoroutine/impl/MCCoroutineImpl.html | 4 +-- .../mccoroutine/impl/package-frame.html | 4 +-- .../mccoroutine/impl/package-summary.html | 4 +-- .../mccoroutine/impl/package-tree.html | 4 +-- .../shynixn/mccoroutine/package-frame.html | 4 +-- .../shynixn/mccoroutine/package-summary.html | 4 +-- .../shynixn/mccoroutine/package-tree.html | 4 +-- docs/apidocs/constant-values.html | 4 +-- docs/apidocs/deprecated-list.html | 4 +-- docs/apidocs/help-doc.html | 4 +-- docs/apidocs/index-all.html | 4 +-- docs/apidocs/index.html | 2 +- docs/apidocs/overview-frame.html | 4 +-- docs/apidocs/overview-summary.html | 4 +-- docs/apidocs/overview-tree.html | 4 +-- 26 files changed, 74 insertions(+), 64 deletions(-) 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 @@ - + All Classes - + diff --git a/docs/apidocs/allclasses-noframe.html b/docs/apidocs/allclasses-noframe.html index a9be80bb..d33165df 100644 --- a/docs/apidocs/allclasses-noframe.html +++ b/docs/apidocs/allclasses-noframe.html @@ -2,10 +2,10 @@ - + All Classes - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html b/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html index c6304974..24fd15b5 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/ExtensionKt.html @@ -2,10 +2,10 @@ - + ExtensionKt - + @@ -165,7 +165,7 @@

Method Summary

-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 @@

Method Summary

-static void +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. @@ -186,7 +186,7 @@

Method Summary

-static void +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. @@ -275,9 +275,9 @@

getScope

  • launch

    -
    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 @@

    launch

    Parameters:
    dispatcher - Coroutine context. The default context is minecraft dispatcher.
    f - callback function inside a coroutine scope.
    +
    Returns:
    +
    Cancelable coroutine job.
@@ -295,8 +297,8 @@

launch

  • launch

    -
    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 @@

    launch

    Parameters:
    f - callback function inside a coroutine scope.
    +
    Returns:
    +
    Cancelable coroutine job.
@@ -313,8 +317,8 @@

launch

  • launchAsync

    -
    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 @@

    launchAsync

    Parameters:
    f - callback function inside a coroutine scope.
    +
    Returns:
    +
    Cancelable coroutine job.
diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html b/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html index a31e28c9..a6887d07 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/SuspendingCommandExecutor.html @@ -2,10 +2,10 @@ - + SuspendingCommandExecutor - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html index 0ae6d538..534f4328 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html @@ -2,10 +2,10 @@ - + CommandService - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html index 6ae45898..71bc2950 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html @@ -2,10 +2,10 @@ - + CoroutineSession - + @@ -165,7 +165,7 @@

Method Summary

-void +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.
@@ -242,9 +242,13 @@

getDispatcherAsync

  • launch

    -
    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.

    +
    +
    Returns:
    +
    Cancelable coroutine job.
    +
diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html index afef3b4d..0a464e65 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html @@ -2,10 +2,10 @@ - + EventService - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html index 8449f795..7e1eb1a9 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/MCCoroutine.html @@ -2,10 +2,10 @@ - + MCCoroutine - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html index 3136526b..9e846fb6 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-frame.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.contract - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html index 4713ca1c..c3802ba3 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-summary.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.contract - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html index d39f9ec1..392be5d8 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/package-tree.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.contract Class Hierarchy - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html index f6b77fbb..1e3e4f23 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/MCCoroutineImpl.html @@ -2,10 +2,10 @@ - + MCCoroutineImpl - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html index e6bad922..9c8bdfe5 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-frame.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.impl - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html index d10752dd..a399df16 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-summary.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.impl - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html index 320ae090..51f961cb 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/impl/package-tree.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine.impl Class Hierarchy - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html b/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html index 45a41408..1fe6077a 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/package-frame.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html b/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html index c8456ebf..9cc2d6db 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/package-summary.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine - + diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html b/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html index 7f87e86d..2fc8804a 100644 --- a/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html +++ b/docs/apidocs/com/github/shynixn/mccoroutine/package-tree.html @@ -2,10 +2,10 @@ - + com.github.shynixn.mccoroutine Class Hierarchy - + diff --git a/docs/apidocs/constant-values.html b/docs/apidocs/constant-values.html index 34c0ec3a..17d3748c 100644 --- a/docs/apidocs/constant-values.html +++ b/docs/apidocs/constant-values.html @@ -2,10 +2,10 @@ - + Constant Field Values - + diff --git a/docs/apidocs/deprecated-list.html b/docs/apidocs/deprecated-list.html index ea57efb7..ddf40e94 100644 --- a/docs/apidocs/deprecated-list.html +++ b/docs/apidocs/deprecated-list.html @@ -2,10 +2,10 @@ - + Deprecated List - + diff --git a/docs/apidocs/help-doc.html b/docs/apidocs/help-doc.html index 5ae01bf5..85505379 100644 --- a/docs/apidocs/help-doc.html +++ b/docs/apidocs/help-doc.html @@ -2,10 +2,10 @@ - + API Help - + diff --git a/docs/apidocs/index-all.html b/docs/apidocs/index-all.html index 7735daa4..47c0d47d 100644 --- a/docs/apidocs/index-all.html +++ b/docs/apidocs/index-all.html @@ -2,10 +2,10 @@ - + Index - + diff --git a/docs/apidocs/index.html b/docs/apidocs/index.html index f1ad9edf..cf186cdc 100644 --- a/docs/apidocs/index.html +++ b/docs/apidocs/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/docs/apidocs/overview-summary.html b/docs/apidocs/overview-summary.html index 70f601de..fdd5aa28 100644 --- a/docs/apidocs/overview-summary.html +++ b/docs/apidocs/overview-summary.html @@ -2,10 +2,10 @@ - + Overview - + diff --git a/docs/apidocs/overview-tree.html b/docs/apidocs/overview-tree.html index 6d722c5a..e423ad26 100644 --- a/docs/apidocs/overview-tree.html +++ b/docs/apidocs/overview-tree.html @@ -2,10 +2,10 @@ - + Class Hierarchy - +