Class 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
      • Methods inherited from class page.codeberg.terratactician_expandoria.bots.Bot

        startGame
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreativeBot

        public CreativeBot()
        Empty default CreativeBot constructor
    • Method Detail

      • getModeName

        public final java.lang.String getModeName()
        Description copied from class: Bot
        API name of the mode
        Specified by:
        getModeName in class Bot
        Returns:
        mode string