Implementing functionality (cont.)
nExplorer Queries:
npublic String name () {
n return playerName;
n}
npublic rooms.Room location () {
n return room;
n}
npublic int strength () {
n return strengthPoints;
n}
npublic int stamina () {
n return staminaPoints;
n}
n