API update

This commit is contained in:
Aikar 2020-06-24 22:33:35 -04:00
parent 6c87b85dd1
commit 0ec07fc0ce
No known key found for this signature in database
GPG key ID: 401ADFC9891FAAFE
31 changed files with 141 additions and 133 deletions

View file

@ -6,11 +6,11 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/pom.xml b/pom.xml
index e8d9982bdbf9f66a54db16bf920e8106b81b034f..661d109f7c5b78587c68f32d47029c6d2fe7604d 100644
index 04781abaf6ec21f2f19f366c3d1b27687f502743..bce749991a83aeea871229352f0e4511bb592216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,17 @@
<version>8.0.1</version> <!-- Paper -->
<version>8.0.1</version>
<scope>test</scope>
</dependency>
+ <!-- ASM -->