MOB (Mobile Object) is a Java interface in the com.planet_ink.coffee_mud.behaviors.interfaces package. It represents a generic character or creature within the CoffeeMud game framework. This interface provides methods to interact with and manipulate the MOB, such as getting and setting its name, level, race, and abilities. It also allows for actions like attacking, healing, and moving. Implementing classes can customize the behavior and characteristics of the MOB to create diverse gameplay experiences.
Java MOB - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Behaviors.interfaces.MOB extracted from open source projects. You can rate examples to help us improve the quality of examples.