Class Range

java.lang.Object
com.pixelmonmod.pixelmon.api.util.Range

public class Range extends Object
  • Method Details

    • of

      public static Range of(int minValue, int maxValue)
    • getMinValue

      public int getMinValue()
    • getMaxValue

      public int getMaxValue()
    • getRandomValue

      public int getRandomValue()