Class ExplosionMixin

java.lang.Object
de.z0rdak.yawp.mixin.ExplosionMixin

public abstract class ExplosionMixin extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    interposeExplosionBehavior(net.minecraft.world.level.Level level, @Nullable net.minecraft.world.entity.Entity source, @Nullable net.minecraft.world.damagesource.DamageSource damageSource, @Nullable net.minecraft.world.level.ExplosionDamageCalculator damageCalculator, double x, double y, double z, float radius, boolean fire, net.minecraft.world.level.Explosion.BlockInteraction blockInteraction, net.minecraft.core.particles.ParticleOptions smallExplosionParticles, net.minecraft.core.particles.ParticleOptions largeExplosionParticles, net.minecraft.core.Holder<net.minecraft.sounds.SoundEvent> explosionSound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExplosionMixin

      public ExplosionMixin()
  • Method Details

    • interposeExplosionBehavior

      public void interposeExplosionBehavior(net.minecraft.world.level.Level level, @Nullable @Nullable net.minecraft.world.entity.Entity source, @Nullable @Nullable net.minecraft.world.damagesource.DamageSource damageSource, @Nullable @Nullable net.minecraft.world.level.ExplosionDamageCalculator damageCalculator, double x, double y, double z, float radius, boolean fire, net.minecraft.world.level.Explosion.BlockInteraction blockInteraction, net.minecraft.core.particles.ParticleOptions smallExplosionParticles, net.minecraft.core.particles.ParticleOptions largeExplosionParticles, net.minecraft.core.Holder<net.minecraft.sounds.SoundEvent> explosionSound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)