feat: add pipeline reflect

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-04-01 11:08:15 +08:00
parent d22cb515f7
commit f9458e66c1
7 changed files with 87 additions and 7 deletions

View File

@ -42,6 +42,9 @@ export class NukkitServer implements server.Server {
getNativePluginManager() {
return Nukkit.getPluginManager() as any;
}
getNettyPipeline() {
throw new Error("Method not implemented.");
}
sendJson(sender: string | any, json: object | string): void {
throw new Error("Method not implemented.");
}