| Name | Description |
---|
 | ActiveSkill | Information about an active player's skill. |
 | Actor | Base class for any entity that interacts in the world. |
 | Attributes | Represents a collection of information about an entity. |
 | Backpack | Provides access to a player's backpack. |
 | Bank | A container of items that are only accessible at designated bank locations. |
 | BasicMount | A basic mount. |
 | ClassAttributes | Base class for class information. |
 | CombatMount | A mount that can be used in combat. |
 | Effect | Represents an effect that can be applied to an entity. |
 | EffectList | A utility class used by Actors to hold the list of effects. |
 | Entity | Base class for any entity in the game. |
 | EntityReference | |
 | Equipment | Provides access to a player's equipment. |
 | GambitSkill | Information about a gambit skill. |
 | GambitSkillInfo | Information about a gambit skill. |
 | Item | An item that a user can have. |
 | ItemInfo | Container for various item information. |
 | LocalPlayer | A class that represents the local player. |
 | Mount | Class representing an in game mount. |
 | Party | This class provides access to party information. This is either your fellowship or your tribe depending on your alliance. |
 | PartyMember | |
 | Pet | A pet is an actor that a player owns and controls. |
 | Player | A class that represents a player in the game. |
 | ProfessionInfo | Information about a profession. |
 | PropertyHandler | |
 | Recipe | Information about a recipe. |
 | RecipeIngredient | Information about a recipe ingredient. |
 | SharedStorage | A bank that represents the player's shared storage. This storage is available to all characters on the same account. |
 | Skill | Information about a skill. |
 | SkillInfo | Information about a skill. |
 | SkillList | A list of skills. |
 | UntrainedSkill | Information about a skill the player has not trained yet. |
 | Vault | A bank that represents the player's vault storage. This storage is only available to the current logged in character. |
 | Wallet | Provides access to a player's wallet. |
 | WalletItem | An item that is contained in a user's wallet. |