Interface BotSettings.ArmorRangeStep

Enclosing class:
BotSettings

public static interface BotSettings.ArmorRangeStep
Step 9: configure allowed armor range.
  • Method Summary

    Modifier and Type
    Method
    Description
    armorValue(com.monkey.ultimatebot.common.model.BotArmorTier minArmorType, com.monkey.ultimatebot.common.model.BotArmorTier maxArmorType)
    Sets minimum and maximum allowed armor tier.
  • Method Details

    • armorValue

      BotSettings.ArmorStep armorValue(com.monkey.ultimatebot.common.model.BotArmorTier minArmorType, com.monkey.ultimatebot.common.model.BotArmorTier maxArmorType)
      Sets minimum and maximum allowed armor tier.
      Parameters:
      minArmorType - minimum armor tier
      maxArmorType - maximum armor tier
      Returns:
      next step (default armor)