Uses of Class
org.javacord.api.entity.server.ServerFeature
-
Packages that use ServerFeature Package Description org.javacord.api.entity.server org.javacord.api.event.server -
-
Uses of ServerFeature in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return ServerFeature Modifier and Type Method Description static ServerFeatureServerFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerFeature[]ServerFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.javacord.api.entity.server that return types with arguments of type ServerFeature Modifier and Type Method Description Collection<ServerFeature>Server. getFeatures()Gets the features of the server. -
Uses of ServerFeature in org.javacord.api.event.server
Methods in org.javacord.api.event.server that return types with arguments of type ServerFeature Modifier and Type Method Description Collection<ServerFeature>ServerChangeServerFeaturesEvent. getNewServerFeatures()Gets the new server features of the server.Collection<ServerFeature>ServerChangeServerFeaturesEvent. getOldServerFeatures()Gets the old server features of the server.
-