util
Client utility wrappers.
color
Replaces all color shortcuts with the color symbol.
colorSymbol
Minecraft unicode character for color codes. Can be used for rendering minecraft coloring in render.text.
randomDouble
Generates a random double between a specified range.
randomInt
Generates a random integer between a specified range.
round
Rounds a double value to x significant figures.
strip
Strips all color codes from a string.
Last updated