From 20549ff2d71f48af8ca2417e49a87ddb57b47913 Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Fri, 9 Dec 2022 02:46:47 -0800 Subject: [PATCH] Add new 1.19.3 fires of EntityInsideBlockEvent (#8629) --- patches/api/0301-Add-EntityInsideBlockEvent.patch | 7 +++++-- patches/server/0629-Add-EntityInsideBlockEvent.patch | 12 ++++++++++++ .../server/0879-Add-missing-BlockFadeEvents.patch | 4 ++-- ...-Fixes-and-additions-to-the-SpawnReason-API.patch | 4 ++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/patches/api/0301-Add-EntityInsideBlockEvent.patch b/patches/api/0301-Add-EntityInsideBlockEvent.patch index 26c188e7a0..f1ce553e7b 100644 --- a/patches/api/0301-Add-EntityInsideBlockEvent.patch +++ b/patches/api/0301-Add-EntityInsideBlockEvent.patch @@ -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..94e8b6f6501c92711bd0bc9ee0f67e28f85a605f +index 0000000000000000000000000000000000000000..447fed3d39d68f13fd6cd94332c7ec7553d8e0df --- /dev/null +++ b/src/main/java/io/papermc/paper/event/entity/EntityInsideBlockEvent.java -@@ -0,0 +1,80 @@ +@@ -0,0 +1,83 @@ +package io.papermc.paper.event.entity; + +import org.bukkit.block.Block; @@ -27,6 +27,7 @@ index 0000000000000000000000000000000000000000..94e8b6f6501c92711bd0bc9ee0f67e28 + *

+ * Blocks this is currently called for: + *