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