Fixed API not having javadocs & sources
This commit is contained in:
@@ -13,6 +13,11 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
java {
|
||||||
|
withJavadocJar()
|
||||||
|
withSourcesJar()
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("net.kyori:adventure-api:4.13.1")
|
implementation("net.kyori:adventure-api:4.13.1")
|
||||||
implementation("net.kyori:adventure-text-serializer-plain:4.13.1")
|
implementation("net.kyori:adventure-text-serializer-plain:4.13.1")
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ public interface AdaptedServerPing extends Handle {
|
|||||||
void addPlayer();
|
void addPlayer();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns an epoch timestamp of when this ping was <bold>sent</bold>.
|
* Returns an epoch timestamp of when this ping was <b>sent</b>.
|
||||||
* @return A long of an epoch timestamp
|
* @return A long of an epoch timestamp
|
||||||
*/
|
*/
|
||||||
long getFetchedTime();
|
long getFetchedTime();
|
||||||
|
|||||||
Reference in New Issue
Block a user