Class AuthorWrapper

  • All Implemented Interfaces:

    
    public final class AuthorWrapper
    
                        

    Wraps the obfuscated EmbedAuthor class to provide nice method names and require only one central update if method names change after an update

    • Constructor Summary

      Constructors 
      Constructor Description
      AuthorWrapper(EmbedAuthor author)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final String getProxyIconUrl()
      final String getUrl()
      final EmbedAuthor raw() Returns the raw (obfuscated) EmbedAuthor Object associated with this wrapper
      • Methods inherited from class java.lang.Object

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

      • AuthorWrapper

        AuthorWrapper(EmbedAuthor author)