The "MOB" interface in the "com.planet_ink.coffee_mud.common.interfaces" package is a part of the Java CoffeeMud library. A MOB represents a mobile object or entity within a game or simulation environment. It defines the common functionalities and attributes that are shared by all MOBs in the game, such as health, abilities, attributes, and behavior. This interface serves as a blueprint for creating different types of MOBs and allows for easy customization and extension of their functionality.
Java MOB - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Common.interfaces.MOB extracted from open source projects. You can rate examples to help us improve the quality of examples.