MCPcopy Create free account
hub / github.com/e2wugui/zeze / sendRpc

Method sendRpc

ZezeJava/ZezeJava/src/main/java/Zeze/Game/Online.java:944–947  ·  view source on GitHub ↗
(
			long roleId, @NotNull Rpc<A, R> rpc, ProtocolHandle<Rpc<A, R>> responseHandle)

Source from the content-addressed store, hash-verified

942
943 // 优先在上下文中的Online上发送
944 public <A extends Serializable, R extends Serializable> void sendRpc(
945 long roleId, @NotNull Rpc<A, R> rpc, ProtocolHandle<Rpc<A, R>> responseHandle) {
946 getOnlineByContext().sendOnlineRpc(roleId, rpc, responseHandle);
947 }
948
949 // 优先在上下文中的Online上发送
950 public <A extends Serializable, R extends Serializable> void sendRpc(

Callers

nothing calls this directly

Calls 2

getOnlineByContextMethod · 0.95
sendOnlineRpcMethod · 0.80

Tested by

no test coverage detected