diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-02 11:13:13 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-02 11:13:13 +0200 |
commit | 85ae301f2f3267d253d2c70d66294a98e2bdcd7e (patch) | |
tree | 3e36a3a5e8e985c400ba53b281705db1111211e3 | |
parent | 191e24ef1d95f2af571c917237817f8e1648ea0b (diff) | |
download | skyhanni-85ae301f2f3267d253d2c70d66294a98e2bdcd7e.tar.gz skyhanni-85ae301f2f3267d253d2c70d66294a98e2bdcd7e.tar.bz2 skyhanni-85ae301f2f3267d253d2c70d66294a98e2bdcd7e.zip |
F MobEvent.Spawn
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureFeatures.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureFeatures.kt b/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureFeatures.kt index 827b58fd8..e19593859 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureFeatures.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/fishing/SeaCreatureFeatures.kt @@ -29,6 +29,7 @@ class SeaCreatureFeatures { private var lastRareCatch = SimpleTimeMark.farPast() private var armorStandIds = TimeLimitedSet<Int>(6.minutes) + // TODO remove spawn event, check per tick if can see, cache if already warned about @SubscribeEvent fun onMobSpawn(event: MobEvent.Spawn.SkyblockMob) { if (!isEnabled()) return |