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 that return Explosion.BlockInteractionModifier and TypeMethodDescriptionprivate Explosion.BlockInteraction
ServerLevel.getDestroyType
(GameRules.Key<GameRules.BooleanValue> p_361991_) -
Uses of Explosion.BlockInteraction in net.minecraft.world.level
Fields in net.minecraft.world.level declared as Explosion.BlockInteractionModifier and TypeFieldDescriptionprivate final Explosion.BlockInteraction
ServerExplosion.blockInteraction
Methods in net.minecraft.world.level that return Explosion.BlockInteractionModifier and TypeMethodDescriptionExplosion.getBlockInteraction()
ServerExplosion.getBlockInteraction()
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.BlockInteractionModifierConstructorDescriptionServerExplosion
(ServerLevel p_361323_, Entity p_365060_, DamageSource p_360713_, ExplosionDamageCalculator p_360818_, Vec3 p_365404_, float p_365227_, boolean p_365067_, Explosion.BlockInteraction p_363174_)