Class FooterWrapper

  • All Implemented Interfaces:

    
    public final class FooterWrapper
    
                        

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

    • Constructor Summary

      Constructors 
      Constructor Description
      FooterWrapper(EmbedFooter footer)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getText()
      final String getIconUrl()
      final String getProxyIconUrl()
      final EmbedFooter raw() Returns the raw (obfuscated) EmbedFooter 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

      • FooterWrapper

        FooterWrapper(EmbedFooter footer)