fix beacon activate/deactivate events (#5646)

This commit is contained in:
Jake Potrebic
2021-05-29 08:22:47 -07:00
parent d99b1787b9
commit 08bb14c394
2 changed files with 16 additions and 31 deletions

View File

@@ -20,7 +20,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+
+/**
+ * Called when a beacon is activated.
+ * Activation occurs when the beacon activation sound is played, and the beam becomes visible.
+ * Activation occurs when the beacon beam becomes visible.
+ */
+public class BeaconActivatedEvent extends BlockEvent {
+ private static final HandlerList handlers = new HandlerList();