↓ 1 callersMethodisNumeralValidTests whether an input string is a valid Roman numeral. To be valid the numerals must be either {@code I, V, X, L, C, D, M} and in upper case and in c
src/main/java/com/fix3dll/skyblockaddons/utils/RomanNumeralParser.java:90
↓ 1 callersMethodparseColorToRgbParses a {@code "R,G,B"} color string to a packed RGB int ({@code 0xRRGGBB}). Hot path — avoids regex, split(), and heap allocation. Returns {@code nu
src/main/java/com/fix3dll/skyblockaddons/utils/ColorUtils.java:96