The java com.planet_ink.coffee_mud.items.interfaces.MOB.Name is a small interface in the Coffee Mud game's codebase written in Java. This interface is used to define the name of a mobile object (MOB) in the game. It allows developers to set and retrieve the name of a MOB object in the game which can be used for various purposes such as displaying the name to players or identifying the MOB in the game world.
Java MOB.name - 22 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Items.interfaces.MOB.name extracted from open source projects. You can rate examples to help us improve the quality of examples.