vooga.games.jumper.rules
Class LeftWall

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

public class LeftWall
extends BlockThroughWall

Allow DoodleSprite to move through the left wall


Field Summary
 
Fields inherited from class vooga.games.jumper.rules.BlockThroughWall
LEFT_WALL_POSITION, RIGHT_WALL_POSITION
 
Constructor Summary
LeftWall()
           
 
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

LeftWall

public LeftWall()