I\'m not quite sure what this means or whats it doing, Could some one elaborate?
Player player = (Player) sender;
This is an assignment, with a cast operation.
You can learn a lot about java cast operator with the answers to this question: How does the Java cast operator work?
cast