mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 18:15:44 -05:00
c85585f870
* Added Client Message Events * Applied suggestions and fixed checkstyle * Inject before fabric-command-api and updated Javadocs * Updated Javadocs regarding client commands * Update fabric-message-api-v1/src/client/resources/fabric-message-api-v1.client.mixins.json Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> * Updated Javadocs regarding commands * Fixed duplicated package names * Updated ClientMessageEvents.java Javadoc Co-authored-by: Sideroo <109681866+Sideroo@users.noreply.github.com> * Removed duplicated client commands Javadoc * Added cancelled sending and receiving events * Seperated send and receive events and changed event names * Fixed checkstyle * Added support for modifying messages * Added client command test * Added narration and message indicator support for modifying received messages * Added tests for modifying messages * Updated ClientReceiveMessageEvents#CHAT Javadocs * Small Javadoc fixes * Added Modify to names * Always narrate original message * Removed modifying receive chat message * Split notify and modify events * Fixed checkstyle --------- Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Sideroo <109681866+Sideroo@users.noreply.github.com>
10 lines
195 B
Groovy
10 lines
195 B
Groovy
archivesBaseName = "fabric-message-api-v1"
|
|
version = getSubprojectVersion(project)
|
|
|
|
moduleDependencies(project, [
|
|
'fabric-api-base'
|
|
])
|
|
|
|
testDependencies(project, [
|
|
'fabric-command-api-v2'
|
|
])
|