Uses of Class
Block

Packages that use Block
<default> 

Uses of Block in
 

Classes in that implement Block
class BasicBlock
          
 

Methods in that return Block
BlockBasicScreen.getBlock(int x, int y)
          
BlockBasicScreen.getBlockOfType(int type)
          
BlockScreen.getBlock(int x, int y)
          Returns the block at location x,y.
BlockScreen.getBlockOfType(int type)
          Takes a number between 0 and getNumBlockTypes()-1 and returns an
instance of a block corresponding to that number.
BlockScreenEditor.getSelectedBlock()
          
 

Methods in with parameters of type Block
voidBasicScreen.setBlock(int x, int y, Block b)
          
voidScreen.setBlock(int x, int y, Block b)
          Sets the block at location x,y to be b.