level/generator: populate missing return type information

This commit is contained in:
Dylan K. Taylor
2020-01-19 18:07:54 +00:00
parent 31e8efa6d1
commit aa7d55e21d
14 changed files with 118 additions and 0 deletions

View File

@ -405,6 +405,8 @@ abstract class Noise{
* @param float $x
* @param float $y
* @param float $z
*
* @return void
*/
public function setOffset($x, $y, $z){
$this->offsetX = $x;