mirror of
https://github.com/ViaVersion/ViaLegacy.git
synced 2024-11-15 10:45:19 +01:00
Fixed javadoc errors
This commit is contained in:
parent
ea2fc472f6
commit
0804397f20
@ -41,10 +41,6 @@ java {
|
||||
withJavadocJar()
|
||||
}
|
||||
|
||||
javadoc {
|
||||
failOnError = false
|
||||
}
|
||||
|
||||
jar {
|
||||
from("LICENSE") {
|
||||
rename { "${it}_${project.archivesBaseName}" }
|
||||
|
@ -29,7 +29,7 @@ public class Chunk1_7_6Type extends PartialType<Chunk, ClientWorld> {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is here to allow overriding the code for 1.2.5 -> 1.3.2 because it introduced an unused int
|
||||
* This method is here to allow overriding the code for 1.2.5 -{@literal >} 1.3.2 because it introduced an unused int
|
||||
*
|
||||
* @param byteBuf The buffer
|
||||
* @param clientWorld The ClientWorld
|
||||
@ -38,7 +38,7 @@ public class Chunk1_7_6Type extends PartialType<Chunk, ClientWorld> {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is here to allow overriding the code for 1.2.5 -> 1.3.2 because it introduced an unused int
|
||||
* This method is here to allow overriding the code for 1.2.5 -{@literal >} 1.3.2 because it introduced an unused int
|
||||
*
|
||||
* @param byteBuf The buffer
|
||||
* @param clientWorld The ClientWorld
|
||||
|
@ -25,7 +25,7 @@ public class ChunkBulk1_7_6Type extends PartialType<Chunk[], ClientWorld> {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is here to allow overriding the code for 1.4.5 -> 1.4.7
|
||||
* This method is here to allow overriding the code for 1.4.5 -{@literal >} 1.4.7
|
||||
*
|
||||
* @param byteBuf The buffer
|
||||
* @param clientWorld The ClientWorld
|
||||
@ -36,7 +36,7 @@ public class ChunkBulk1_7_6Type extends PartialType<Chunk[], ClientWorld> {
|
||||
}
|
||||
|
||||
/**
|
||||
* This method is here to allow overriding the code for 1.4.5 -> 1.4.7
|
||||
* This method is here to allow overriding the code for 1.4.5 -{@literal >} 1.4.7
|
||||
*
|
||||
* @param byteBuf The buffer
|
||||
* @param clientWorld The ClientWorld
|
||||
|
Loading…
Reference in New Issue
Block a user