MOB is an interface in the Java class com.planet_ink.coffee_mud.mobs.interfaces. It represents a mobile object, which can be an entity in a virtual world or game. The MOB interface defines various methods and properties that a mobile object should have, such as its name, description, level, hit points, and statistics. It also includes functionality related to movement, combat, interaction with other mobile objects or players, and other important aspects of the game. Implementing this interface allows a class to behave as a mobile object in the game engine.
Java MOB - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.MOBS.interfaces.MOB extracted from open source projects. You can rate examples to help us improve the quality of examples.