Package com.takenoko.bot.unitary
Class SmartDrawIrrigation
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<Action,Double>
com.takenoko.bot.PriorityBot
com.takenoko.bot.unitary.SmartDrawIrrigation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsFields inherited from class com.takenoko.bot.PriorityBot
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.takenoko.bot.PriorityBot
add, addActionWithPriority, addWithAffine, addWithLinear, addWithOffset, addWithSquash, chooseAction, computeMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
toString
-
Field Details
-
maxIrrigationToChooseToDraw
private final int maxIrrigationToChooseToDraw
-
-
Constructor Details
-
SmartDrawIrrigation
public SmartDrawIrrigation(int maxIrrigationToChooseToDraw)
-
-
Method Details
-
fillAction
- Specified by:
fillActionin classPriorityBot
-
equals
-
hashCode
public int hashCode()
-