The com.planet_ink.coffee_mud.races.interfaces.MOB in Java is an interface that represents a mobile object, or a character, in the game world of CoffeeMUD. It provides methods and properties related to the attributes, behaviors, and states of a mobile object, such as its name, level, health, mana, and equipment. The interface allows for the implementation of various functionality and interactions for different types of mobile objects within the game.
Java MOB - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Races.interfaces.MOB extracted from open source projects. You can rate examples to help us improve the quality of examples.