Uses of Enum Class
net.minecraft.world.level.Explosion.BlockInteraction
-
Uses of Explosion.BlockInteraction in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final Explosion.BlockInteraction
ClientboundExplodePacket.blockInteraction
ModifierConstructorDescriptionClientboundExplodePacket
(double p_132115_, double p_132116_, double p_132117_, float p_132118_, List<BlockPos> p_132119_, Vec3 p_132120_, Explosion.BlockInteraction p_312296_, ParticleOptions p_312499_, ParticleOptions p_312203_, SoundEvent p_312511_) -
Uses of Explosion.BlockInteraction in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final Explosion.BlockInteraction
Explosion.blockInteraction
Modifier and TypeMethodDescriptionExplosion.getBlockInteraction()
private Explosion.BlockInteraction
Level.getDestroyType
(GameRules.Key<GameRules.BooleanValue> p_256250_) static 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.ModifierConstructorDescriptionExplosion
(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_, double p_46055_, double p_46056_, double p_46057_, float p_46058_, List<BlockPos> p_312600_, Explosion.BlockInteraction p_46060_, ParticleOptions p_312560_, ParticleOptions p_312844_, SoundEvent p_312667_) Explosion
(Level p_46024_, Entity p_46025_, DamageSource p_312268_, ExplosionDamageCalculator p_312205_, double p_46026_, double p_46027_, double p_46028_, float p_46029_, boolean p_312333_, Explosion.BlockInteraction p_312294_, ParticleOptions p_312158_, ParticleOptions p_311904_, SoundEvent p_312640_)