Class TextHelper

java.lang.Object
com.stereowalker.unionlib.util.TextHelper

public class TextHelper extends Object
  • Constructor Details

    • TextHelper

      public TextHelper()
  • Method Details

    • isFirstLeterVowel

      public static boolean isFirstLeterVowel(String text)
    • isFirstLeterVowel

      public static boolean isFirstLeterVowel(net.minecraft.network.chat.Component component)
    • articulatedText

      public static String articulatedText(String text, boolean iaArticleCapital)
    • articulatedComponent

      public static net.minecraft.network.chat.Component articulatedComponent(net.minecraft.network.chat.Component component, boolean iaArticleCapital, boolean shouldArticleUseComponentStyle)