add missing call to EntityInsideBlockEvent

This commit is contained in:
Jake Potrebic 2023-06-08 17:34:35 -07:00
parent 59060aaec3
commit e325e37268
No known key found for this signature in database
GPG key ID: ECE0B3C133C016C5
2 changed files with 15 additions and 2 deletions

View file

@ -6,10 +6,10 @@ Subject: [PATCH] Add EntityInsideBlockEvent
diff --git a/src/main/java/io/papermc/paper/event/entity/EntityInsideBlockEvent.java b/src/main/java/io/papermc/paper/event/entity/EntityInsideBlockEvent.java
new file mode 100644
index 0000000000000000000000000000000000000000..447fed3d39d68f13fd6cd94332c7ec7553d8e0df
index 0000000000000000000000000000000000000000..109dd7e6d0e7bb0a83fc4c5230f7d5dc122f2bb5
--- /dev/null
+++ b/src/main/java/io/papermc/paper/event/entity/EntityInsideBlockEvent.java
@@ -0,0 +1,83 @@
@@ -0,0 +1,84 @@
+package io.papermc.paper.event.entity;
+
+import org.bukkit.block.Block;
@ -41,6 +41,7 @@ index 0000000000000000000000000000000000000000..447fed3d39d68f13fd6cd94332c7ec75
+ * <li>Hopper</li>
+ * <li>Detector rails</li>
+ * <li>Nether portals</li>
+ * <li>Pitcher crop</li>
+ * <li>Powdered snow</li>
+ * <li>Pressure plates</li>
+ * <li>Sweet berry bush</li>