linting ;(

This commit is contained in:
Yannick Lamprecht 2019-04-26 21:38:04 +02:00
parent 06c45681b3
commit 33138181df
1 changed files with 8 additions and 8 deletions

View File

@ -226,14 +226,6 @@ public class RandomSearcher {
this.maxChecks = maxChecks;
}
/**
* Get the cooldown that a player has to wait before using a searcher with similar settings again
* @return The cooldown in seconds
*/
public int getCooldown() {
return cooldown;
}
/**
* Set the cooldown that a player has to wait before using a searcher with similar settings again
* @param cooldown The cooldown in seconds
@ -243,6 +235,14 @@ public class RandomSearcher {
this.cooldown = cooldown;
}
/**
* Get the cooldown that a player has to wait before using a searcher with similar settings again
* @return The cooldown in seconds
*/
public int getCooldown() {
return cooldown;
}
/**
* Get additional options
* @return A map of additional options