aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-30 11:50:19 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-30 11:50:19 +0200
commit6a353ffab19c25eed64d36eee32be5bfa1fd4aa9 (patch)
treed841592fce26eaa9f97ca4ce8a670d777ece5c01 /src/main/java/at/hannibal2/skyhanni/events
parent044e8574a0f32cb739f94eb2abaf92782c860305 (diff)
downloadskyhanni-6a353ffab19c25eed64d36eee32be5bfa1fd4aa9.tar.gz
skyhanni-6a353ffab19c25eed64d36eee32be5bfa1fd4aa9.tar.bz2
skyhanni-6a353ffab19c25eed64d36eee32be5bfa1fd4aa9.zip
made visitor rewards use internal name logic of GardenVisitorFeatures, fetching the item rewards off the item lore at opening the inventory once, and caching the item lore for performance.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/VisitorAcceptEvent.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/VisitorAcceptEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/VisitorAcceptEvent.kt
new file mode 100644
index 000000000..620694a22
--- /dev/null
+++ b/src/main/java/at/hannibal2/skyhanni/events/VisitorAcceptEvent.kt
@@ -0,0 +1,5 @@
+package at.hannibal2.skyhanni.events
+
+import at.hannibal2.skyhanni.features.garden.visitor.GardenVisitorFeatures
+
+class VisitorAcceptEvent(val visitor: GardenVisitorFeatures.Visitor) : LorenzEvent() \ No newline at end of file