Package dev.plex.cache
Class PlayerCache
java.lang.Object
dev.plex.cache.PlayerCache
- All Implemented Interfaces:
dev.plex.api.IPlayerCache<PlexPlayer>
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 Player -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPlexPlayer
(UUID uuid) A key/value pair where the key is the unique ID of the Punished Player
-
Field Details
-
plexPlayerMap
A key/value pair where the key is the unique ID of the Plex Player
-
-
Constructor Details
-
PlayerCache
public PlayerCache()
-
-
Method Details
-
getPlexPlayerMap
A key/value pair where the key is the unique ID of the Punished Player- Specified by:
getPlexPlayerMap
in interfacedev.plex.api.IPlayerCache<PlexPlayer>
-
getPlexPlayer
- Specified by:
getPlexPlayer
in interfacedev.plex.api.IPlayerCache<PlexPlayer>
-