The `CMLib.flags` class in the com.planet_ink.coffee_mud.common.interfaces package is a Java class that provides a set of constants and methods related to flag management in the CoffeeMud game system. Flags are used to determine certain attributes or properties of various objects within the game world. This class allows for easy access and manipulation of these flags, providing a convenient way to check, set, toggle, or clear the flags associated with objects in the game.
Java CMLib.flags - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Common.interfaces.CMLib.flags extracted from open source projects. You can rate examples to help us improve the quality of examples.