getDrops() public method

public getDrops ( )
Example #1
0
 public function getDrops()
 {
     if (!$this->isCreative()) {
         return parent::getDrops();
     }
     return [];
 }