The java com.planet_ink.coffee_mud.locales.interfaces.MOB is a class in the CoffeeMud game engine that represents a mobile object. It includes methods and properties to handle various aspects of the mobile object in the game world, such as its type, level, abilities, and statistics. This class serves as a foundation for creating and managing different types of mobile objects within the game, such as players, non-player characters, animals, and monsters. It allows for functionality related to movement, interaction with other objects, combat, and more.
Java MOB - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Locales.interfaces.MOB extracted from open source projects. You can rate examples to help us improve the quality of examples.