//constructor (Spawner) public Player() { wallet = new Wallet();//Player owns wallet inventory = new Inventory(); recipe = new Recipe(); }