aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-28 22:06:10 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-11-28 22:06:10 +0100
commit6125931a4bbc47bf6a62e26b7f16b8269c193c45 (patch)
tree7253ed06a7e0ed49c19794d8a0078f263fb1b0e5 /src/main/java/at/hannibal2/skyhanni
parentda452cdcbdb573f431c72bfb8035a7f3ce999009 (diff)
downloadskyhanni-6125931a4bbc47bf6a62e26b7f16b8269c193c45.tar.gz
skyhanni-6125931a4bbc47bf6a62e26b7f16b8269c193c45.tar.bz2
skyhanni-6125931a4bbc47bf6a62e26b7f16b8269c193c45.zip
added todo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/api/DataWatcherAPI.kt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/api/DataWatcherAPI.kt b/src/main/java/at/hannibal2/skyhanni/api/DataWatcherAPI.kt
index 1493e7a8c..4eb107554 100644
--- a/src/main/java/at/hannibal2/skyhanni/api/DataWatcherAPI.kt
+++ b/src/main/java/at/hannibal2/skyhanni/api/DataWatcherAPI.kt
@@ -6,7 +6,7 @@ import net.minecraftforge.fml.common.eventhandler.SubscribeEvent
class DataWatcherAPI {
- val DATA_VALUE_CUSTOM_NAME = 2
+ private val DATA_VALUE_CUSTOM_NAME = 2
@SubscribeEvent
fun onDataWatcherUpdate(event: DataWatcherUpdatedEvent) {
@@ -16,4 +16,6 @@ class DataWatcherAPI {
}
}
}
+
+ // TODO move EntityHealthUpdateEvent logic from EntityData in here
}