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