core: Use the ArgumentDescription interface for descriptions
This allows minecraft-extras to provide an implementation that uses Adventure chat components to represent the description.
This commit is contained in:
parent
fa16fc8ef2
commit
b38c725dc5
19 changed files with 903 additions and 94 deletions
|
|
@ -1,4 +1,5 @@
|
|||
dependencies {
|
||||
api(project(":cloud-core"))
|
||||
api("net.kyori", "adventure-api", Versions.adventureApi)
|
||||
api("net.kyori", "adventure-text-serializer-plain", Versions.adventureApi)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue