Expand Explosions API

Add Entity as a Source capability, and add more API choices, and on Location.
This commit is contained in:
Aikar
2018-06-20 23:19:46 -04:00
parent fbe69b61a9
commit 899149d68d
6 changed files with 229 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ This is useful for implementing a ProfileCache for Player Skulls
diff --git a/src/main/java/com/destroystokyo/paper/event/profile/FillProfileEvent.java b/src/main/java/com/destroystokyo/paper/event/profile/FillProfileEvent.java
new file mode 100644
index 00000000..e8f6e7c1
index 00000000..182bd661
--- /dev/null
+++ b/src/main/java/com/destroystokyo/paper/event/profile/FillProfileEvent.java
@@ -0,0 +0,0 @@
@@ -90,7 +90,7 @@ index 00000000..e8f6e7c1
+}
diff --git a/src/main/java/com/destroystokyo/paper/event/profile/PreFillProfileEvent.java b/src/main/java/com/destroystokyo/paper/event/profile/PreFillProfileEvent.java
new file mode 100644
index 00000000..f7b332e1
index 00000000..aba0c087
--- /dev/null
+++ b/src/main/java/com/destroystokyo/paper/event/profile/PreFillProfileEvent.java
@@ -0,0 +0,0 @@