com.planet_ink.coffee_mud.behaviors.interfaces.CMLib.flags is a Java package that contains various interfaces related to handling flags in the CoffeeMud game engine. These interfaces provide functionality for managing different states or properties associated with game objects, such as whether an item is wearable or whether a player is flying. The package includes interfaces for reading, setting, and manipulating flag values, allowing developers to customize and control the behavior and characteristics of game objects within the CoffeeMud game environment.
Java CMLib.flags - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Behaviors.interfaces.CMLib.flags extracted from open source projects. You can rate examples to help us improve the quality of examples.