Uses of Enum Class
net.minecraft.world.level.Explosion.BlockInteraction
Packages that use Explosion.BlockInteraction
-
Uses of Explosion.BlockInteraction in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as Explosion.BlockInteractionModifier and TypeFieldDescriptionprivate final Explosion.BlockInteraction
ClientboundExplodePacket.blockInteraction
Methods in net.minecraft.network.protocol.game that return Explosion.BlockInteractionConstructors in net.minecraft.network.protocol.game with parameters of type Explosion.BlockInteractionModifierConstructorDescriptionClientboundExplodePacket
(double pX, double pY, double pZ, float pPower, List<BlockPos> pToBlow, Vec3 pKnockback, Explosion.BlockInteraction pBlockInteraction, ParticleOptions pSmallExplosionParticles, ParticleOptions pLargeExplosionParticles, Holder<SoundEvent> pExplosionSound) -
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 TypeMethodDescriptionExplosion.getBlockInteraction()
private Explosion.BlockInteraction
Level.getDestroyType
(GameRules.Key<GameRules.BooleanValue> pGameRule) 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.Constructors in net.minecraft.world.level with parameters of type Explosion.BlockInteractionModifierConstructorDescriptionExplosion
(Level pLevel, Entity pSource, double pX, double pY, double pZ, float pRadius, boolean pFire, Explosion.BlockInteraction pBlockInteraction) Explosion
(Level pLevel, Entity pSource, double pX, double pY, double pZ, float pRadius, boolean pFire, Explosion.BlockInteraction pBlockInteraction, List<BlockPos> pPositions) Explosion
(Level pLevel, Entity pSource, double pX, double pY, double pZ, float pRadius, List<BlockPos> pToBlow, Explosion.BlockInteraction pBlockInteraction, ParticleOptions pSmallExplosionParticles, ParticleOptions pLargeExplosionParticles, Holder<SoundEvent> pExplosionSound) Explosion
(Level pLevel, Entity pSource, DamageSource pDamageSource, ExplosionDamageCalculator pDamageCalculator, double pX, double pY, double pZ, float pRadius, boolean pFire, Explosion.BlockInteraction pBlockInteraction, ParticleOptions pSmallExplosionParticles, ParticleOptions pLargeExplosionParticles, Holder<SoundEvent> pExplosionSound)