Class Names


  • public class Names
    extends Object
    Contains international, Japanese, and Twitch names.

    This class is immutable and thread-safe.
    • Method Detail

      • getInternationalName

        public String getInternationalName()
        Gets the international name for this item.
        Returns:
        international name
      • getJapaneseName

        public Optional<String> getJapaneseName()
        Gets the Japanese name for this item.
        Returns:
        an Optional with the Japanese name, or empty if no Japanese name.
      • getTwitchName

        public Optional<String> getTwitchName()
        Gets the Twitch (as in the streaming site) name for this item.
        Returns:
        an Optional with the Twitch name, or empty if no Twitch name.