Created
December 6, 2018 06:52
-
-
Save liach/c25f17dda1fcadb38fadfb0841cb722c to your computer and use it in GitHub Desktop.
Calls to search for plugins
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== Field Calls === | |
=== Method Calls === | |
Lorg/spongepowered/api/command/CommandManager | |
process | |
(Lorg/spongepowered/api/command/CommandSource;Ljava/lang/String;)Lorg/spongepowered/api/command/CommandResult; | |
Lorg/spongepowered/api/command/CommandManager | |
register | |
(Ljava/lang/Object;Lorg/spongepowered/api/command/CommandCallable;[Ljava/lang/String;)Ljava/util/Optional; | |
(Ljava/lang/Object;Lorg/spongepowered/api/command/CommandCallable;Ljava/util/List;)Ljava/util/Optional; | |
(Ljava/lang/Object;Lorg/spongepowered/api/command/CommandCallable;Ljava/util/List;Ljava/util/function/Function;)Ljava/util/Optional; | |
//Optional<CommandMapping> register(Object plugin, CommandCallable callable, String... alias); | |
//Optional<CommandMapping> register(Object plugin, CommandCallable callable, List<String> aliases, Function<List<String>, List<String>> callback); | |
//Optional<CommandMapping> register(Object plugin, CommandCallable callable, List<String> aliases); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment