aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events/entity
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2024-09-07 23:00:02 +0200
committerGitHub <noreply@github.com>2024-09-07 23:00:02 +0200
commit88416edd2f5a50e1ba88e9adb574e3c60c49abca (patch)
treea2b98d9abb6273dbc11b098c737f087c9bfa4c7c /src/main/java/at/hannibal2/skyhanni/events/entity
parentae587b6cb7964fbe36a7d70f4b5c944a1671225f (diff)
downloadskyhanni-88416edd2f5a50e1ba88e9adb574e3c60c49abca.tar.gz
skyhanni-88416edd2f5a50e1ba88e9adb574e3c60c49abca.tar.bz2
skyhanni-88416edd2f5a50e1ba88e9adb574e3c60c49abca.zip
Feature: Rift time Nametag Format (#2015)
Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: ItsEmpa <itsempa@users.noreply.github.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events/entity')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/entity/EntityHealthDisplayEvent.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/entity/EntityHealthDisplayEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/entity/EntityHealthDisplayEvent.kt
new file mode 100644
index 000000000..5657dc2c8
--- /dev/null
+++ b/src/main/java/at/hannibal2/skyhanni/events/entity/EntityHealthDisplayEvent.kt
@@ -0,0 +1,5 @@
+package at.hannibal2.skyhanni.events.entity
+
+import at.hannibal2.skyhanni.events.LorenzEvent
+
+class EntityHealthDisplayEvent(var text: String) : LorenzEvent()