You can create your own class, and implement player into it, and in that class add your methods
That part I did. But when will their body be defined? I mean, it's an interface - I don't create those methods. So how will it actually know what to do in my added methods?