Package de.z0rdak.yawp.mixin
Class ExplosionMixin
java.lang.Object
de.z0rdak.yawp.mixin.ExplosionMixin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinterposeExplosionBehavior(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)
-
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)
-