From 69b2e52e49afc6f48d4845a166a1261544916d13 Mon Sep 17 00:00:00 2001 From: jmp Date: Fri, 12 Mar 2021 20:29:57 -0800 Subject: [PATCH] fabric: fix javadoc on `@Center` annotation, add myself to fabric.mod.json --- .../commandframework/fabric/annotations/specifier/Center.java | 3 ++- .../cloud-fabric/src/main/resources/fabric.mod.json | 2 +- .../cloud-fabric/src/testmod/resources/fabric.mod.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cloud-minecraft/cloud-fabric/src/main/java/cloud/commandframework/fabric/annotations/specifier/Center.java b/cloud-minecraft/cloud-fabric/src/main/java/cloud/commandframework/fabric/annotations/specifier/Center.java index ce699c4e..0ad88152 100644 --- a/cloud-minecraft/cloud-fabric/src/main/java/cloud/commandframework/fabric/annotations/specifier/Center.java +++ b/cloud-minecraft/cloud-fabric/src/main/java/cloud/commandframework/fabric/annotations/specifier/Center.java @@ -23,6 +23,7 @@ // package cloud.commandframework.fabric.annotations.specifier; +import cloud.commandframework.fabric.argument.server.Vec2Argument; import cloud.commandframework.fabric.argument.server.Vec3Argument; import java.lang.annotation.ElementType; @@ -31,7 +32,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Annotation used to enable coordinate centering for {@link Vec3Argument}. + * Annotation used to enable coordinate centering for {@link Vec3Argument} and {@link Vec2Argument}. * * @since 1.5.0 */ diff --git a/cloud-minecraft/cloud-fabric/src/main/resources/fabric.mod.json b/cloud-minecraft/cloud-fabric/src/main/resources/fabric.mod.json index e23fea39..00f3c62d 100644 --- a/cloud-minecraft/cloud-fabric/src/main/resources/fabric.mod.json +++ b/cloud-minecraft/cloud-fabric/src/main/resources/fabric.mod.json @@ -5,7 +5,7 @@ "name": "Cloud", "description": "Command framework and dispatcher for the JVM", - "authors": [ "Citymonstret", "zml" ], + "authors": [ "Citymonstret", "zml", "jmp" ], "contact": { "homepage": "https://commandframework.cloud/", "sources": "https://github.com/Incendo/cloud" diff --git a/cloud-minecraft/cloud-fabric/src/testmod/resources/fabric.mod.json b/cloud-minecraft/cloud-fabric/src/testmod/resources/fabric.mod.json index 5b1a3f02..5007bc4e 100644 --- a/cloud-minecraft/cloud-fabric/src/testmod/resources/fabric.mod.json +++ b/cloud-minecraft/cloud-fabric/src/testmod/resources/fabric.mod.json @@ -5,7 +5,7 @@ "name": "Cloud Test mod", "description": "Command framework and dispatcher for the JVM", - "authors": [ "Citymonstret", "zml" ], + "authors": [ "Citymonstret", "zml", "jmp" ], "contact": { "homepage": "https://commandframework.cloud/", "sources": "https://github.com/Incendo/cloud"