Interface StringUtils


public interface StringUtils
  • Field Details

    • ALWAYS_LOWER_CASE

      static final Set<String> ALWAYS_LOWER_CASE
    • TIMESTAMP_FORMAT

      static final SimpleDateFormat TIMESTAMP_FORMAT
  • Method Details

    • snakeCaseToTitleCase

      static String snakeCaseToTitleCase(String string)
    • toTitleCase

      static String toTitleCase(String s)
    • toTitleCase

      static String toTitleCase(String s, boolean ignoreSpecial)
    • timer

      static String timer(long millis)
    • clock

      static String clock(long seconds)
    • buildComponent

      @Nullable static @Nullable net.minecraft.network.chat.Component buildComponent(@Nullable @Nullable net.minecraft.network.chat.Component prefix, @Nullable @Nullable net.minecraft.network.chat.Component original, @Nullable @Nullable net.minecraft.network.chat.Component suffix)
    • normalizeFileName

      static String normalizeFileName(String name)