Package tv.phantombot.twitch.emotes
Class FrankerFacezApiV1
java.lang.Object
tv.phantombot.twitch.emotes.FrankerFacezApiV1
- All Implemented Interfaces:
- EmoteProvider
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves all emotes which are globally available to all users of the emote providerReturns the name of the provider (for code usage, not for human reading)Retrieves all emotes which are selected from a shared pool of the emote provider and thus not exclusive to the channel but allowed to use under the terms of the providerstatic EmoteProviderinstance()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tv.phantombot.twitch.emotes.EmoteProvidergetLocalEmotes
- 
Field Details- 
PROVIDER_NAME- See Also:
 
 
- 
- 
Method Details- 
instance
- 
getGlobalEmotesDescription copied from interface:EmoteProviderRetrieves all emotes which are globally available to all users of the emote provider- Specified by:
- getGlobalEmotesin interface- EmoteProvider
- Returns:
- list of all globally available emotes of the provider or null if not supported
- Throws:
- EmoteApiRequestFailedException- when the api request or parsing of the response fails
 
- 
getProviderNameDescription copied from interface:EmoteProviderReturns the name of the provider (for code usage, not for human reading)- Specified by:
- getProviderNamein interface- EmoteProvider
- Returns:
- the codename of the provider
 
 
-