The com.planet_ink.coffee_mud.common.interfaces.MOB.phyStats is a Java interface that represents the physical statistics of a mobile object (MOB) in the CoffeeMUD gaming engine. This interface includes methods for accessing and manipulating various attributes related to the physical state of the MOB, such as hit points, energy level, attack and defense ratings, and movement speed. By implementing this interface, game developers can define and customize the physical attributes and behavior of MOBs in their CoffeeMUD games.
Java MOB.phyStats - 26 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Common.interfaces.MOB.phyStats extracted from open source projects. You can rate examples to help us improve the quality of examples.