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.BlockInteractionServerLevel.getDestroyType(GameRules.Key<GameRules.BooleanValue> pDecayGameRule) -
Uses of Explosion.BlockInteraction in net.minecraft.world.level
Fields in net.minecraft.world.level declared as Explosion.BlockInteractionModifier and TypeFieldDescriptionprivate final Explosion.BlockInteractionServerExplosion.blockInteractionMethods in net.minecraft.world.level that return Explosion.BlockInteractionModifier and TypeMethodDescriptionExplosion.getBlockInteraction()ServerExplosion.getBlockInteraction()static Explosion.BlockInteractionReturns 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 pLevel, Entity pSource, DamageSource pDamageSource, ExplosionDamageCalculator pDamageCalculator, Vec3 pCenter, float pRadius, boolean pFire, Explosion.BlockInteraction pBlockInteraction)