public class RandomUtil
extends Object
-
Constructor Summary 
Constructors
-
Method Summary 
static net.kyori.adventure.text.format.NamedTextColor
static boolean
static int
static int
static int
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
RandomUtil 
public RandomUtil()
-
Method Details 
-
getRandomColor 
public static net.kyori.adventure.text.format.NamedTextColor getRandomColor()
-
randomBoolean 
public static boolean randomBoolean()
-
randomNum 
public static int randomNum()
-
randomNum 
public static int randomNum
(int limit)
-
randomNum 
public static int randomNum
(int start,
int limit)