Java com.planet_ink.coffee_mud.core.CMLib.flags is a class within the CoffeeMud game engine that manages and handles various flags and flags-based systems. It provides methods for setting, checking, and manipulating flags associated with players, rooms, items, and characters in the game. This class plays a crucial role in implementing game mechanics and handling player actions by enabling the use of flags to control various aspects of the game world.
Java CMLib.flags - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.core.CMLib.flags extracted from open source projects. You can rate examples to help us improve the quality of examples.