aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/events
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-12-29 18:34:45 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2022-12-29 18:34:45 +0100
commit5689117e8d5f1ba39aef4c9c60529fb5a697b25d (patch)
tree08ec1172f643c71dc17e7f880793ea462da93879 /src/main/java/at/hannibal2/skyhanni/events
parent78328f061716609a61550aced3106b835b6f298c (diff)
downloadskyhanni-5689117e8d5f1ba39aef4c9c60529fb5a697b25d.tar.gz
skyhanni-5689117e8d5f1ba39aef4c9c60529fb5a697b25d.tar.bz2
skyhanni-5689117e8d5f1ba39aef4c9c60529fb5a697b25d.zip
performance increases via particle logic changes
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/events/RenderParticleEvent.kt7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/RenderParticleEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/RenderParticleEvent.kt
deleted file mode 100644
index 0146c0467..000000000
--- a/src/main/java/at/hannibal2/skyhanni/events/RenderParticleEvent.kt
+++ /dev/null
@@ -1,7 +0,0 @@
-package at.hannibal2.skyhanni.events
-
-import net.minecraftforge.fml.common.eventhandler.Cancelable
-
-@Cancelable
-class RenderParticleEvent(val particleId: Int, val callerClass: String, val x: Double, val y: Double, val z: Double) :
- LorenzEvent() \ No newline at end of file