Class StatUtils


  • public class StatUtils
    extends java.lang.Object
    Utility class for converting stat values to stat names.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull java.lang.String getStatNames​(int stat)
      Returns the stat name for a stat value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStatNames

        @NotNull
        public static @NotNull java.lang.String getStatNames​(int stat)
        Returns the stat name for a stat value.
        Parameters:
        stat - the stat value
        Returns:
        the stat name