CMLib.dice is a Java class in the com.planet_ink.coffee_mud.areas.interfaces package. It is responsible for providing methods related to dice rolling and random number generation in the CoffeeMud game. This class is often used for determining outcomes of various game events that involve chance, such as combat, loot drops, or character statistics. It offers a range of methods for rolling dice with different numbers of sides and generating random numbers within specified ranges. CMLib.dice is an integral part of the CoffeeMud game engine, ensuring fair and unpredictable gameplay.
Java CMLib.dice - 30 examples found. These are the top rated real world Java examples of com.planet_ink.coffee_mud.Areas.interfaces.CMLib.dice extracted from open source projects. You can rate examples to help us improve the quality of examples.