Use ASM for event executors.

Uses method handles for private or static methods.
This commit is contained in:
Techcable
2016-03-03 13:20:33 -07:00
parent 258a2ce7b8
commit 844bc6c46a
7 changed files with 319 additions and 0 deletions

View File

@ -61,6 +61,9 @@ dependencies {
apiAndDocs("net.kyori:adventure-text-serializer-legacy")
apiAndDocs("net.kyori:adventure-text-serializer-plain")
apiAndDocs("net.kyori:adventure-text-logger-slf4j")
implementation("org.ow2.asm:asm:9.7.1")
implementation("org.ow2.asm:asm-commons:9.7.1")
// Paper end
compileOnly("org.apache.maven:maven-resolver-provider:3.9.6")