bot.gen
Class ExtraPainBoard

java.lang.Object
  extended bybot.gen.ExtraPainBoard
All Implemented Interfaces:
BoardGenerator, ExtraPainBoardGenerator
Direct Known Subclasses:
CountingKeys, DeadlyPlus, Hook, KnightBoard, PitsA, RandomHook, SecretDoor, Spiral, UBoard, Whiskers

public abstract class ExtraPainBoard
extends Object
implements ExtraPainBoardGenerator

Root class that implements ExtraPainBoardGenerator.


Constructor Summary
ExtraPainBoard()
           
 
Method Summary
 boolean painOn()
           
 void setExtraPain(boolean painOn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface bot.BoardGenerator
generateBoard
 

Constructor Detail

ExtraPainBoard

public ExtraPainBoard()
Method Detail

setExtraPain

public void setExtraPain(boolean painOn)
Specified by:
setExtraPain in interface ExtraPainBoardGenerator

painOn

public boolean painOn()
Specified by:
painOn in interface ExtraPainBoardGenerator