Uses of Enum Class
net.minecraft.world.level.Explosion.BlockInteraction
Packages that use Explosion.BlockInteraction
-
Uses of Explosion.BlockInteraction in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type Explosion.BlockInteractionModifier and TypeMethodDescriptionServerLevel.explode
(Entity p_8653_, DamageSource p_8654_, ExplosionDamageCalculator p_8655_, double p_8656_, double p_8657_, double p_8658_, float p_8659_, boolean p_8660_, Explosion.BlockInteraction p_8661_) -
Uses of Explosion.BlockInteraction in net.minecraft.world.level
Fields in net.minecraft.world.level declared as Explosion.BlockInteractionModifier and TypeFieldDescriptionprivate final Explosion.BlockInteraction
Explosion.blockInteraction
Methods in net.minecraft.world.level that return Explosion.BlockInteractionModifier and TypeMethodDescriptionstatic Explosion.BlockInteraction
Returns the enum constant of this class with the specified name.static Explosion.BlockInteraction[]
Explosion.BlockInteraction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level with parameters of type Explosion.BlockInteractionModifier and TypeMethodDescriptionLevel.explode
(Entity p_46519_, double p_46520_, double p_46521_, double p_46522_, float p_46523_, boolean p_46524_, Explosion.BlockInteraction p_46525_) Level.explode
(Entity p_46512_, double p_46513_, double p_46514_, double p_46515_, float p_46516_, Explosion.BlockInteraction p_46517_) Level.explode
(Entity p_46526_, DamageSource p_46527_, ExplosionDamageCalculator p_46528_, double p_46529_, double p_46530_, double p_46531_, float p_46532_, boolean p_46533_, Explosion.BlockInteraction p_46534_) Constructors in net.minecraft.world.level with parameters of type Explosion.BlockInteractionModifierConstructorDescriptionExplosion
(Level p_46032_, Entity p_46033_, double p_46034_, double p_46035_, double p_46036_, float p_46037_, boolean p_46038_, Explosion.BlockInteraction p_46039_) Explosion
(Level p_46041_, Entity p_46042_, double p_46043_, double p_46044_, double p_46045_, float p_46046_, boolean p_46047_, Explosion.BlockInteraction p_46048_, List<BlockPos> p_46049_) Explosion
(Level p_46051_, Entity p_46052_, DamageSource p_46053_, ExplosionDamageCalculator p_46054_, double p_46055_, double p_46056_, double p_46057_, float p_46058_, boolean p_46059_, Explosion.BlockInteraction p_46060_)