Package tv.phantombot.cache
Class EmotesCache.EmotesSet
java.lang.Object
tv.phantombot.cache.EmotesCache.EmotesSet
- Enclosing class:
- EmotesCache
Contains emotes for the different categories local, shared and global from an
emote provider. Collections can be null if not supplied or supported by the provider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmotesSet
(String provider, List<EmoteEntry> localEmotes, List<EmoteEntry> sharedEmotes, List<EmoteEntry> globalEmotes) -
Method Summary
-
Field Details
-
provider
-
-
Constructor Details
-
EmotesSet
public EmotesSet(String provider, List<EmoteEntry> localEmotes, List<EmoteEntry> sharedEmotes, List<EmoteEntry> globalEmotes)
-
-
Method Details