more fun javadocs

This commit is contained in:
Leijurv 2019-01-28 11:30:33 -08:00
parent b4a622d319
commit 742256c130
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
2 changed files with 3 additions and 2 deletions

View File

@ -99,8 +99,8 @@ mixin {
} }
javadoc { javadoc {
source = sourceSets.api.allJava source += sourceSets.api.allJava
classpath = sourceSets.api.compileClasspath classpath += sourceSets.api.compileClasspath
} }
jar { jar {

View File

@ -135,6 +135,7 @@ public class ToolSet {
* Calculates how long would it take to mine the specified block given the best tool * Calculates how long would it take to mine the specified block given the best tool
* in this toolset is used. A negative value is returned if the specified block is unbreakable. * in this toolset is used. A negative value is returned if the specified block is unbreakable.
* *
* @param item the item to mine it with
* @param state the blockstate to be mined * @param state the blockstate to be mined
* @return how long it would take in ticks * @return how long it would take in ticks
*/ */