setBlockBreaking() public method

public setBlockBreaking ( boolean $affectsBlocks )
$affectsBlocks boolean
Esempio n. 1
0
 public function onExplosionPrime(ExplosionPrimeEvent $event)
 {
     $event->setBlockBreaking(false);
 }
Esempio n. 2
0
 public function ExplosionPrimeEvent(ExplosionPrimeEvent $p)
 {
     $p->setBlockBreaking(false);
 }