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 p_363686_, @Nullable DamageSource p_365268_, @Nullable ExplosionDamageCalculator p_363795_, double p_360494_, double p_360591_, double p_364949_, float p_361233_, boolean p_364900_, Level.ExplosionInteraction p_365033_, ParticleOptions p_361889_, ParticleOptions p_361473_, WeightedList<ExplosionParticleInfo> p_437196_, Holder<SoundEvent> p_362359_) -
Uses of ExplosionDamageCalculator in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ExplosionDamageCalculatorModifier and TypeMethodDescriptionvoidServerLevel.explode(@Nullable Entity p_256039_, @Nullable DamageSource p_255778_, @Nullable ExplosionDamageCalculator p_256002_, double p_256067_, double p_256370_, double p_256153_, float p_256045_, boolean p_255686_, Level.ExplosionInteraction p_255827_, ParticleOptions p_312436_, ParticleOptions p_312391_, WeightedList<ExplosionParticleInfo> p_437303_, Holder<SoundEvent> p_320497_) -
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 pEntity) Methods in net.minecraft.world.level with parameters of type ExplosionDamageCalculatorModifier and TypeMethodDescriptionvoidLevel.explode(@Nullable Entity pSource, @Nullable DamageSource pDamageSource, @Nullable ExplosionDamageCalculator pDamageCalculator, double pX, double pY, double pZ, float pRadius, boolean pFire, Level.ExplosionInteraction pExplosionInteraction) abstract voidLevel.explode(@Nullable Entity pSource, @Nullable DamageSource pDamageSource, @Nullable ExplosionDamageCalculator pDamageCalculator, double pX, double pY, double pZ, float pRadius, boolean pFire, Level.ExplosionInteraction pExplosionInteraction, ParticleOptions pSmallExplosionParticles, ParticleOptions pLargeExplosionParticles, WeightedList<ExplosionParticleInfo> pBlockParticles, Holder<SoundEvent> pExplosionSound) voidLevel.explode(@Nullable Entity pSource, @Nullable DamageSource pDamageSource, @Nullable ExplosionDamageCalculator pDamageCalculator, Vec3 pPos, float pRadius, boolean pFire, Level.ExplosionInteraction pExplosionInteraction) Constructors in net.minecraft.world.level with parameters of type ExplosionDamageCalculatorModifierConstructorDescriptionServerExplosion(ServerLevel pLevel, @Nullable Entity pSource, @Nullable DamageSource pDamageSource, @Nullable ExplosionDamageCalculator pDamageCalculator, Vec3 pCenter, float pRadius, boolean pFire, Explosion.BlockInteraction pBlockInteraction)