Class HitWallEvent

  • All Implemented Interfaces:
    IEvent

    public final class HitWallEvent
    extends BotEvent
    Event occurring when your bot has hit a wall.
    • Constructor Summary

      Constructors 
      Constructor Description
      HitWallEvent​(int turnNumber)
      Initializes a new instance of the BotHitWallEvent class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HitWallEvent

        public HitWallEvent​(int turnNumber)
        Initializes a new instance of the BotHitWallEvent class.
        Parameters:
        turnNumber - is the turn number when the bot has hit the wall.