diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-30 23:14:39 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-09-30 23:14:39 +0200 |
| commit | e306319f1980d861c7075832ebb64bd5c19db0fa (patch) | |
| tree | 8168c27a855a2dbb128e5453445c7ecf631304cc /src/main/java/at/hannibal2/skyhanni/events | |
| parent | 0f6f97ddb7770bc5d3e22e46e368382ac9b55b2c (diff) | |
| download | skyhanni-e306319f1980d861c7075832ebb64bd5c19db0fa.tar.gz skyhanni-e306319f1980d861c7075832ebb64bd5c19db0fa.tar.bz2 skyhanni-e306319f1980d861c7075832ebb64bd5c19db0fa.zip | |
hide blaze particles next to ashfang
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/BlazeParticleEvent.kt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/BlazeParticleEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/BlazeParticleEvent.kt new file mode 100644 index 000000000..cbf709a34 --- /dev/null +++ b/src/main/java/at/hannibal2/skyhanni/events/BlazeParticleEvent.kt @@ -0,0 +1,7 @@ +package at.hannibal2.skyhanni.events + +import net.minecraft.entity.monster.EntityBlaze +import net.minecraftforge.fml.common.eventhandler.Cancelable + +@Cancelable +class BlazeParticleEvent(val blaze: EntityBlaze): LorenzEvent()
\ No newline at end of file |
