pocketmine\Player::getCreativeItems PHP Method

getCreativeItems() public method

public getCreativeItems ( ) : array
return array
    public function getCreativeItems() : array
    {
        return $this->personalCreativeItems;
    }
Player