Package dev.latvian.mods.klib.util
Interface StringUtils
public interface StringUtils
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic @Nullable net.minecraft.network.chat.ComponentbuildComponent(@Nullable net.minecraft.network.chat.Component prefix, @Nullable net.minecraft.network.chat.Component original, @Nullable net.minecraft.network.chat.Component suffix) static Stringclock(long seconds) static StringnormalizeFileName(String name) static StringsnakeCaseToTitleCase(String string) static Stringtimer(long millis) static Stringstatic StringtoTitleCase(String s, boolean ignoreSpecial)
-
Field Details
-
ALWAYS_LOWER_CASE
-
TIMESTAMP_FORMAT
-
-
Method Details
-
snakeCaseToTitleCase
-
toTitleCase
-
toTitleCase
-
timer
-
clock
-
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
-