Class CreativeBot
- java.lang.Object
-
- page.codeberg.terratactician_expandoria.bots.Bot
-
- page.codeberg.terratactician_expandoria.bots.CreativeBot
-
public abstract class CreativeBot extends Bot
Structure for a creative bot. extend from this class when writing a bot for creative mode.
-
-
Constructor Summary
Constructors Constructor Description CreativeBot()
Empty default CreativeBot constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getModeName()
API name of the mode
-
-
-
Method Detail
-
getModeName
public final java.lang.String getModeName()
Description copied from class:Bot
API name of the mode- Specified by:
getModeName
in classBot
- Returns:
- mode string
-
-