public interface GuildSettingsProvider
GuildSettingsManager#getSettings(Guild)
.
This interface allows the specification of any of the following functions:
getPrefixes()
)Modifier and Type | Method and Description |
---|---|
default java.util.Collection<java.lang.String> |
getPrefixes()
Gets a
Collection of String prefixes available
for the Guild represented by this implementation. |
@Nullable default java.util.Collection<java.lang.String> getPrefixes()
Collection
of String prefixes available
for the Guild represented by this implementation.
An empty Collection or null
may be returned to signify the Guild
doesn't have any guild specific prefixes, or that this feature is not supported
by this implementation.
null
to signify it has none or that the
feature is not supported by the implementation.