Package dev.plex.util
Class RandomUtil
java.lang.Object
dev.plex.util.RandomUtil
-
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)
-