Fix issues with CreeperIgniteEvent (#7507)

This commit is contained in:
Jake Potrebic
2022-07-31 10:14:54 -07:00
parent 1f671625be
commit 004e444f9b
2 changed files with 12 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+import org.jetbrains.annotations.NotNull;
+
+/**
+ * Called when a Creeper is ignite flag is changed (armed/disarmed to explode).
+ * Called when a Creeper is ignited either by a
+ * flint and steel, {@link Creeper#ignite()} or
+ * {@link Creeper#setIgnited(boolean)}.
+ */
+public class CreeperIgniteEvent extends EntityEvent implements Cancellable {
+ private static final HandlerList handlers = new HandlerList();