All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hirezapi.enums.Queue Maven / Gradle / Ivy

The newest version!
package hirezapi.enums;

public interface Queue {
  int getId();

  String getName();

  boolean isRanked();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy