The java com.planet_ink.coffee_mud.core.interfaces.MOB.isInCombat method is used to determine whether a particular game character or Mobile (MOB) object is currently engaged in combat. This method checks the internal state of the MOB object to see if it is actively involved in attacking or being attacked by another entity in the game. By calling this method, developers can determine if a specific character is currently in a combat situation, and use that information to update game mechanics or trigger related events.
Java MOB.isInCombat - 22 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.core.interfaces.MOB.isInCombat extracted from open source projects. You can rate examples to help us improve the quality of examples.