- Frames
@@ -199,14 +197,6 @@ Method Summary
static void |
-registerPackets(NonExistentClass $receiver,
- java.util.List<? extends java.lang.Class<?>> packets,
- NonExistentClass plugin)
-Registers the given packets for event listening.
- |
-
-
-static void |
registerSuspendingEvents(NonExistentClass $receiver,
NonExistentClass listener,
NonExistentClass plugin)
@@ -216,24 +206,7 @@ Method Summary
Example:
|
-
-static <P> void |
-sendPacket(NonExistentClass $receiver,
- NonExistentClass plugin,
- P packet)
-Sends a native minecraft packet to the player client.
- |
-
-
-static void |
-sendPacket(NonExistentClass $receiver,
- NonExistentClass plugin,
- java.lang.Class<?> clazz,
- NonExistentClass buf)
-Sends the bytebuffer packet to the player client.
- |
-
-
+
static void |
setSuspendingExecutor(NonExistentClass $receiver,
SuspendingCommandExecutor suspendingCommandExecutor)
@@ -374,18 +347,6 @@ registerSuspendingEvents
-
-
-
-
@@ -398,36 +359,6 @@ setSuspendingExecutor
Does exactly the same as PluginCommand.setExecutor.
-
-
-
-
-
-
-
-
--
-
sendPacket
-public static void sendPacket(NonExistentClass $receiver,
- NonExistentClass plugin,
- java.lang.Class<?> clazz,
- NonExistentClass buf)
-Sends the bytebuffer packet to the player client.
-
-- Parameters:
-clazz - NMS Packet class.
-buf - Byte buffer serialized.
-
-
-
@@ -466,8 +397,8 @@ findClazz
@@ -190,7 +190,7 @@ onCommand
diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CommandService.html
index 31f83466..0ae6d538 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 6d76a8a2..6ae45898 100644
--- a/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html
+++ b/docs/apidocs/com/github/shynixn/mccoroutine/contract/CoroutineSession.html
@@ -2,14 +2,13 @@
-
+
CoroutineSession
-
+
-
@@ -28,7 +27,7 @@
catch(err) {
}
//-->
-var methods = {"i0":18,"i1":18,"i2":18,"i3":18,"i4":18,"i5":18,"i6":18,"i7":18};
+var methods = {"i0":18,"i1":18,"i2":18,"i3":18,"i4":18,"i5":18,"i6":18};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],16:["t5","Default Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -160,18 +159,12 @@ Method Summary
|
-ProtocolService |
-getProtocolService()
-Gets the protocol service.
- |
-
-
NonExistentClass |
getScope()
Gets the scope.
|
-
+
void |
launch(NonExistentClass dispatcher,
Function2<? super error.NonExistentClass,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> f)
@@ -213,16 +206,6 @@ getEventService
-
-
-
-
diff --git a/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html b/docs/apidocs/com/github/shynixn/mccoroutine/contract/EventService.html
index a852ed15..afef3b4d 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 e00cece2..8449f795 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
-
+
@@ -53,7 +53,7 @@
- Frames
@@ -202,7 +202,7 @@ disable
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 75a7397f..4713ca1c 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
-
+
@@ -99,10 +99,6 @@ Package com.github.shynixn.mccoroutine.co
MCCoroutine |
|
|
-
-ProtocolService |
- |
-
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 30066d6e..d39f9ec1 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
-
+
@@ -83,7 +83,6 @@ Interface Hierarchy
- com.github.shynixn.mccoroutine.contract.CoroutineSession
- com.github.shynixn.mccoroutine.contract.EventService
- com.github.shynixn.mccoroutine.contract.MCCoroutine
-- com.github.shynixn.mccoroutine.contract.ProtocolService