The java com.planet_ink.coffee_mud.core.MOB.location is a class that represents the location of a mobile object (MOB) in a virtual world. It contains information such as the coordinates, area, and room where the mobile object is currently located. This class is used in the CoffeeMUD game engine to track the position of MOBs and facilitate their movement within the game world.
Java MOB.location - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.core.MOB.location extracted from open source projects. You can rate examples to help us improve the quality of examples.