Package dev.plex.cache
Class PlayerCache
java.lang.Object
dev.plex.cache.PlayerCache
Cache storage
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Map<UUID,
PlexPlayer> A key/value pair where the key is the unique ID of the Plex Playerprivate static final Map<UUID,
PunishedPlayer> A key/value pair where the key is the unique ID of the Punished Player -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlexPlayer
getPlexPlayer
(UUID uuid) static Map<UUID,
PlexPlayer> static PunishedPlayer
getPunishedPlayer
(UUID uuid) static Map<UUID,
PunishedPlayer>
-
Field Details
-
plexPlayerMap
A key/value pair where the key is the unique ID of the Plex Player -
punishedPlayerMap
A key/value pair where the key is the unique ID of the Punished Player
-
-
Constructor Details
-
PlayerCache
public PlayerCache()
-
-
Method Details
-
getPunishedPlayerMap
-
getPlexPlayerMap
-
getPunishedPlayer
-
getPlexPlayer
-