Uses of Class
net.minecraft.world.level.ExplosionDamageCalculator
Packages that use ExplosionDamageCalculator
Package
Description
-
Uses of ExplosionDamageCalculator in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ExplosionDamageCalculatorModifier and TypeMethodDescriptionvoidClientLevel.explode(@Nullable Entity source, @Nullable DamageSource damageSource, @Nullable ExplosionDamageCalculator damageCalculator, double x, double y, double z, float r, boolean fire, Level.ExplosionInteraction interactionType, ParticleOptions smallExplosionParticles, ParticleOptions largeExplosionParticles, WeightedList<ExplosionParticleInfo> secondaryParticles, Holder<SoundEvent> explosionSound) -
Uses of ExplosionDamageCalculator in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ExplosionDamageCalculatorModifier and TypeMethodDescriptionvoidServerLevel.explode(@Nullable Entity source, @Nullable DamageSource damageSource, @Nullable ExplosionDamageCalculator damageCalculator, double x, double y, double z, float r, boolean fire, Level.ExplosionInteraction interactionType, ParticleOptions smallExplosionParticles, ParticleOptions largeExplosionParticles, WeightedList<ExplosionParticleInfo> blockParticles, Holder<SoundEvent> explosionSound) -
Uses of ExplosionDamageCalculator in net.minecraft.world.entity.item
Fields in net.minecraft.world.entity.item declared as ExplosionDamageCalculatorModifier and TypeFieldDescriptionprivate static final ExplosionDamageCalculatorPrimedTnt.USED_PORTAL_DAMAGE_CALCULATOR -
Uses of ExplosionDamageCalculator in net.minecraft.world.entity.projectile.hurtingprojectile.windcharge
Fields in net.minecraft.world.entity.projectile.hurtingprojectile.windcharge declared as ExplosionDamageCalculatorModifier and TypeFieldDescriptionstatic final ExplosionDamageCalculatorAbstractWindCharge.EXPLOSION_DAMAGE_CALCULATORprivate static final ExplosionDamageCalculatorWindCharge.EXPLOSION_DAMAGE_CALCULATOR -
Uses of ExplosionDamageCalculator in net.minecraft.world.level
Subclasses of ExplosionDamageCalculator in net.minecraft.world.levelModifier and TypeClassDescriptionclassclassFields in net.minecraft.world.level declared as ExplosionDamageCalculatorModifier and TypeFieldDescriptionprivate final ExplosionDamageCalculatorServerExplosion.damageCalculatorprivate static final ExplosionDamageCalculatorServerExplosion.EXPLOSION_DAMAGE_CALCULATORMethods in net.minecraft.world.level that return ExplosionDamageCalculatorModifier and TypeMethodDescriptionprivate ExplosionDamageCalculatorServerExplosion.makeDamageCalculator(@Nullable Entity source) Methods in net.minecraft.world.level with parameters of type ExplosionDamageCalculatorModifier and TypeMethodDescriptionvoidLevel.explode(@Nullable Entity source, @Nullable DamageSource damageSource, @Nullable ExplosionDamageCalculator damageCalculator, double x, double y, double z, float r, boolean fire, Level.ExplosionInteraction interactionType) abstract voidLevel.explode(@Nullable Entity source, @Nullable DamageSource damageSource, @Nullable ExplosionDamageCalculator damageCalculator, double x, double y, double z, float r, boolean fire, Level.ExplosionInteraction interactionType, ParticleOptions smallExplosionParticles, ParticleOptions largeExplosionParticles, WeightedList<ExplosionParticleInfo> blockParticles, Holder<SoundEvent> explosionSound) voidLevel.explode(@Nullable Entity source, @Nullable DamageSource damageSource, @Nullable ExplosionDamageCalculator damageCalculator, Vec3 boomPos, float r, boolean fire, Level.ExplosionInteraction blockInteraction) Constructors in net.minecraft.world.level with parameters of type ExplosionDamageCalculatorModifierConstructorDescriptionServerExplosion(ServerLevel level, @Nullable Entity source, @Nullable DamageSource damageSource, @Nullable ExplosionDamageCalculator damageCalculator, Vec3 center, float radius, boolean fire, Explosion.BlockInteraction blockInteraction)