Class PlatformPlayerParser
java.lang.Object
net.flectone.pulse.processing.parser.player.PlayerParser
net.flectone.pulse.processing.parser.player.PlatformPlayerParser
- All Implemented Interfaces:
org.incendo.cloud.parser.ArgumentParser<FPlayer,String>, org.incendo.cloud.suggestion.BlockingSuggestionProvider<FPlayer>, org.incendo.cloud.suggestion.BlockingSuggestionProvider.Strings<FPlayer>, org.incendo.cloud.suggestion.SuggestionProvider<FPlayer>, org.incendo.cloud.suggestion.SuggestionProviderHolder<FPlayer>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.incendo.cloud.parser.ArgumentParser
org.incendo.cloud.parser.ArgumentParser.FutureArgumentParser<C,T> Nested classes/interfaces inherited from interface org.incendo.cloud.suggestion.BlockingSuggestionProvider
org.incendo.cloud.suggestion.BlockingSuggestionProvider.Strings<C> -
Constructor Summary
ConstructorsConstructorDescriptionPlatformPlayerParser(FPlayerService fPlayerService, SocialService socialService, FileFacade fileFacade, PlatformPlayerAdapter platformPlayerAdapter, PermissionChecker permissionChecker) -
Method Summary
Methods inherited from class PlayerParser
getCachedSuggestion, isVisible, parse, stringSuggestions, updateCacheMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.incendo.cloud.parser.ArgumentParser
flatMap, flatMapSuccess, mapSuccess, parseFuture, suggestionProviderMethods inherited from interface org.incendo.cloud.suggestion.BlockingSuggestionProvider
suggestionsFutureMethods inherited from interface org.incendo.cloud.suggestion.BlockingSuggestionProvider.Strings
suggestions
-
Constructor Details
-
PlatformPlayerParser
@Inject public PlatformPlayerParser(FPlayerService fPlayerService, SocialService socialService, FileFacade fileFacade, PlatformPlayerAdapter platformPlayerAdapter, PermissionChecker permissionChecker)
-
-
Method Details
-
createSuggestions
- Overrides:
createSuggestionsin classPlayerParser
-