📚 Update changelog
This commit is contained in:
parent
d0209dc762
commit
e4efffe577
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Added access to the CloudBrigadierManager from Brigadier-enabled command managers
|
||||
|
||||
## [1.1.0] - 2020-10-24
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
|
|||
* This interface is implemented by command managers capable of registering commands to Brigadier.
|
||||
*
|
||||
* @param <C> Command sender type
|
||||
* @since 1.2.0
|
||||
*/
|
||||
public interface BrigadierManagerHolder<C> {
|
||||
|
||||
|
|
@ -41,6 +42,7 @@ public interface BrigadierManagerHolder<C> {
|
|||
*
|
||||
* @return The Brigadier manager instance, if commands are being registered to Brigadier.
|
||||
* Else, {@code null}
|
||||
* @since 1.2.0
|
||||
*/
|
||||
@Nullable CloudBrigadierManager<C, ?> brigadierManager();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue