Uses of Class
org.eviline.Block

Packages that use Block
org.eviline   
org.eviline.fitness   
 

Uses of Block in org.eviline
 

Fields in org.eviline declared as Block
protected  Block[][] Field.field
          The matrix itself
 

Methods in org.eviline that return Block
 Block Block.active()
          Returns the active version of the current block
 Block Field.getBlock(int x, int y)
          Return the block at the specified x,y pair, with the current shape and current ghost applied.
 Block[][] Field.getField()
           
 Block Field.getFieldBlock(int x, int y)
           
 Block Block.inactive()
          Returns the inactive version of the current block
 Block ShapeType.inactive()
          Returns the inactive block associated with this shape type
 Block[][] Shape.shape()
           
static Block Block.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Block[] Block.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eviline with parameters of type Block
 boolean Shape.intersects(Block[][] field, int x, int y)
           
 void Field.setField(Block[][] field)
           
 

Uses of Block in org.eviline.fitness
 

Methods in org.eviline.fitness with parameters of type Block
protected  boolean EvilineFitness.isSolid(Block b)
           
 void EvilineFitness.paintImpossibles(Block[][] f)
           
 void EvilineFitness.paintUnlikelies(Block[][] f)
           
 



Copyright © 2013. All Rights Reserved.