Uses of Class
org.javacord.api.entity.server.BoostLevel
-
Packages that use BoostLevel Package Description org.javacord.api.entity.server org.javacord.api.event.server -
-
Uses of BoostLevel in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return BoostLevel Modifier and Type Method Description static BoostLevelBoostLevel. fromId(int id)Gets the boost level by its id.BoostLevelServer. getBoostLevel()Gets the boost level of the server.static BoostLevelBoostLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BoostLevel[]BoostLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BoostLevel in org.javacord.api.event.server
Methods in org.javacord.api.event.server that return BoostLevel Modifier and Type Method Description BoostLevelServerChangeBoostLevelEvent. getNewBoostLevel()Gets the new boost level of the server.BoostLevelServerChangeBoostLevelEvent. getOldBoostLevel()Gets the old boost level of the server.
-