Interface BrigadierMappingContributor
public interface BrigadierMappingContributor
Contributes mappings to the
CloudBrigadierManager.-
Method Summary
Modifier and TypeMethodDescription<C,S> void contribute(CommandManager<C> manager, CloudBrigadierManager<C, S> brigadierManager) Contributes to the manager.
-
Method Details
-
contribute
Contributes to the manager.- Type Parameters:
C- command sender typeS- brigadier command source type- Parameters:
manager- command managerbrigadierManager- brigadier manager
-