getItems() public method

Get array of instances of App\Models\Texture.
public getItems ( string $category = "all" ) : array
$category string skin|cape|all
return array
 public function info()
 {
     return json($this->closet->getItems());
 }