The java com.planet_ink.coffee_mud.libraries.interfaces.CMLib.ableMapper is a Java class that belongs to the CoffeeMud Multi-User Dungeon (MUD) library. It is an interface that provides a mapping between player abilities and their implementation classes. It allows the game's code to access and manage various abilities that players can possess, such as spells, skills, and special powers. The ableMapper interface provides methods to add, remove, and retrieve abilities for players, as well as perform checks and validation related to abilities. Its implementation is crucial for the proper functioning of the CoffeeMud MUD game.
Java CMLib.ableMapper - 20 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Libraries.interfaces.CMLib.ableMapper extracted from open source projects. You can rate examples to help us improve the quality of examples.