diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-01 13:17:34 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-10-01 13:17:34 +0200 |
commit | 9946e80fa0fb5da41c4ad8e5ace2edad6c519167 (patch) | |
tree | cb9d11ae19767a47739f74f553a89657c2796016 /src/main/java/at/hannibal2/skyhanni/events | |
parent | 0185d2cfdceb33c3f72f79f6e119b896f56b7a79 (diff) | |
download | skyhanni-9946e80fa0fb5da41c4ad8e5ace2edad6c519167.tar.gz skyhanni-9946e80fa0fb5da41c4ad8e5ace2edad6c519167.tar.bz2 skyhanni-9946e80fa0fb5da41c4ad8e5ace2edad6c519167.zip |
add all particles to hide in ashfang and blaze features
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/SpawnParticleEvent.kt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/SpawnParticleEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/SpawnParticleEvent.kt new file mode 100644 index 000000000..9cfa12dd6 --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/SpawnParticleEvent.kt @@ -0,0 +1,6 @@ +package at.hannibal2.skyhanni.events + +import net.minecraftforge.fml.common.eventhandler.Cancelable + +@Cancelable +class SpawnParticleEvent(val id: Int, val x: Double, val y: Double, val z: Double) : LorenzEvent()
\ No newline at end of file |