Package com.aliucord.wrappers.embeds
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FooterWrapper.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
text
private final String
iconUrl
private final String
proxyIconUrl
public final static FooterWrapper.Companion
Companion
-
Constructor Summary
Constructors Constructor Description FooterWrapper(EmbedFooter footer)
-
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 -
-
Method Detail
-
getIconUrl
final String getIconUrl()
-
getProxyIconUrl
final String getProxyIconUrl()
-
raw
final EmbedFooter raw()
Returns the raw (obfuscated) EmbedFooter Object associated with this wrapper
-
-
-
-