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_309954_, ParticleOptions p_311040_, ParticleOptions p_309903_, SoundEvent p_310126_) -
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_46024_, Entity p_46025_, double p_46026_, double p_46027_, double p_46028_, float p_46029_, List<BlockPos> p_46030_, Explosion.BlockInteraction p_312129_, ParticleOptions p_311112_, ParticleOptions p_311120_, SoundEvent p_311288_) 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_, ParticleOptions p_312175_, ParticleOptions p_310459_, SoundEvent p_311795_)