mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
level/generator: populate missing return type information
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user