RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Static Public Member Functions | |
static ClanChannel | getChannel (String channel) |
static void | addChannel (ClanChannel channel) |
static void | removeChannel (ClanChannel channel) |
static void | loadChannels () |
Static Public Attributes | |
static Set< ClanChannel > | ACTIVE_CHANNELS = new HashSet<>() |
static Set< String > | ACTIVE_TAGS = new HashSet<>() |
static Set< String > | ACTIVE_NAMES = new HashSet<>() |
static Set< ClanChannel > | ALLTIME = new TreeSet<>() |
The repository containing all the clans and their corresponding data.
Definition at line 55 of file ClanRepository.java.
|
inlinestatic |
Adds the channel.
Definition at line 90 of file ClanRepository.java.
|
inlinestatic |
Returns the channel.
Definition at line 85 of file ClanRepository.java.
|
inlinestatic |
Loads all clans and puts them into the map.
Definition at line 149 of file ClanRepository.java.
|
inlinestatic |
Handles removing a channel from the clan lists.
Definition at line 95 of file ClanRepository.java.
|
static |
Set of all active clan chat channels.
Definition at line 61 of file ClanRepository.java.
|
static |
Set of all active clan chat names.
Definition at line 67 of file ClanRepository.java.
|
static |
Set of all active clan chat tags.
Definition at line 64 of file ClanRepository.java.
|
static |
Set of all active clan chat names.
Definition at line 70 of file ClanRepository.java.