Uses of Class
io.github.pr0methean.betterrandom.util.BinaryUtils
-
Packages that use BinaryUtils Package Description io.github.pr0methean.betterrandom.util Miscellaneous utilities. -
-
Uses of BinaryUtils in io.github.pr0methean.betterrandom.util
Methods in io.github.pr0methean.betterrandom.util that return BinaryUtils Modifier and Type Method Description static BinaryUtils
BinaryUtils. valueOf(String name)
Returns the enum constant of this type with the specified name.static BinaryUtils[]
BinaryUtils. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-