Package com.aliucord.wrappers.embeds
Class FooterWrapper
-
- All Implemented Interfaces:
public final class FooterWrapperWraps the obfuscated EmbedFooter class to provide nice method names and require only one central update if method names change after an update
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFooterWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final StringiconUrlprivate final StringproxyIconUrlpublic final static FooterWrapper.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description FooterWrapper(EmbedFooter footer)
-
Method Summary
Modifier and Type Method Description final StringgetText()final StringgetIconUrl()final StringgetProxyIconUrl()final EmbedFooterraw()Returns the raw (obfuscated) EmbedFooter Object associated with this wrapper -
-
Method Detail
-
getIconUrl
final String getIconUrl()
-
getProxyIconUrl
final String getProxyIconUrl()
-
raw
final EmbedFooter raw()
Returns the raw (obfuscated) EmbedFooter Object associated with this wrapper
-
-
-
-