Skip to content

Instantly share code, notes, and snippets.

@liach
Created December 6, 2018 06:52
Show Gist options
  • Save liach/c25f17dda1fcadb38fadfb0841cb722c to your computer and use it in GitHub Desktop.
Save liach/c25f17dda1fcadb38fadfb0841cb722c to your computer and use it in GitHub Desktop.
Calls to search for plugins
=== 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