Interface GuildSettings
- All Known Implementing Classes:
NativeGuildSettings
public interface GuildSettings
-
Method Summary
Modifier and Type Method Description longgetGuildId()Gets the guildIDvoidsetGuildId(java.lang.Long guildId)Sets the guildID
-
Method Details
-
getGuildId
long getGuildId()Gets the guildID- Returns:
- the guildID
-
setGuildId
void setGuildId(java.lang.Long guildId)Sets the guildID- Parameters:
guildId- the guildID
-