mirror of https://github.com/cabaletta/baritone
more fun javadocs
This commit is contained in:
parent
b4a622d319
commit
742256c130
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue