Package org.javacord.api.event.server
Interface ServerChangeBoostCountEvent
-
- All Superinterfaces:
Event,ServerEvent
public interface ServerChangeBoostCountEvent extends ServerEvent
A server change boost count event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNewBoostCount()Gets the new boost count of the server.intgetOldBoostCount()Gets the old boost count of the server.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-