The Java class com.planet_ink.coffee_mud.abilities.interfaces.MOB.location represents the current location of a character (MOB) in the CoffeeMud game. It stores information about the room or area where the character is located, and provides methods for accessing and manipulating this location data. This class is vital for tracking a character's position within the game world and enabling them to interact with their surroundings.
Java MOB.location - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Abilities.interfaces.MOB.location extracted from open source projects. You can rate examples to help us improve the quality of examples.