The java com.planet_ink.coffee_mud.behaviors.interfaces.MOB.curState is a state that belongs to a mobile object (MOB) in the CoffeeMud game. It represents the current state of the MOB, which can include various conditions, such as being alive, dead, asleep, stunned, or any other custom states defined in the game. This state is used by the game's behavior system to determine how the MOB behaves and interacts with the game world.
Java MOB.curState - 25 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Behaviors.interfaces.MOB.curState extracted from open source projects. You can rate examples to help us improve the quality of examples.