causingBlock = $causingBlock; } /** * Returns the block (usually Fire) which caused the target block to be burned away. */ public function getCausingBlock() : Block{ return $this->causingBlock; } }