Package com.monkey.mcbot.api.model
Interface BotSettings.ChangeableRankStep
- Enclosing class:
BotSettings
public static interface BotSettings.ChangeableRankStep
Step 17: configure rank mutability.
-
Method Summary
Modifier and TypeMethodDescriptionsetChangeableRank(boolean rankChangeable) Sets whether rank can be changed later.
-
Method Details
-
setChangeableRank
Sets whether rank can be changed later.- Parameters:
rankChangeable- rank changeability- Returns:
- final build step
-