aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/dulkirmod/events
diff options
context:
space:
mode:
authoringlettronald <inglettronald@gmail.com>2023-05-03 02:35:33 -0500
committeringlettronald <inglettronald@gmail.com>2023-05-03 02:35:33 -0500
commit8022824961f4735730bc0041eb47b86addd6ed03 (patch)
treebc4404e287963a50f1a1f5125a31b3abe0d5fa66 /src/main/kotlin/dulkirmod/events
parent160688c66622fdbbd8a42b72ead4206e21391719 (diff)
downloadDulkirMod-8022824961f4735730bc0041eb47b86addd6ed03.tar.gz
DulkirMod-8022824961f4735730bc0041eb47b86addd6ed03.tar.bz2
DulkirMod-8022824961f4735730bc0041eb47b86addd6ed03.zip
Blaze Slayer feature addition
Diffstat (limited to 'src/main/kotlin/dulkirmod/events')
-rw-r--r--src/main/kotlin/dulkirmod/events/Events.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/dulkirmod/events/Events.kt b/src/main/kotlin/dulkirmod/events/Events.kt
index 45cc8ff..af6c02a 100644
--- a/src/main/kotlin/dulkirmod/events/Events.kt
+++ b/src/main/kotlin/dulkirmod/events/Events.kt
@@ -6,4 +6,4 @@ import net.minecraftforge.fml.common.eventhandler.Event
/**
* Fired when an entity is removed from the world.
*/
-class EntityRemovedEvent(val entity: Entity) : Event() \ No newline at end of file
+class EntityRemovedEvent(val entity: Entity) : Event()