vooga.games.jumper.rules
Class RightWall

java.lang.Object
  extended by vooga.games.jumper.rules.BlockThroughWall
      extended by vooga.games.jumper.rules.RightWall
All Implemented Interfaces:
Rule

public class RightWall
extends BlockThroughWall

Allow DoodleSprite to move through the right wall


Field Summary
 
Fields inherited from class vooga.games.jumper.rules.BlockThroughWall
LEFT_WALL_POSITION, RIGHT_WALL_POSITION
 
Constructor Summary
RightWall()
           
 
Method Summary
 
Methods inherited from class vooga.games.jumper.rules.BlockThroughWall
enforce, isSatisfied, reposition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RightWall

public RightWall()