| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Block | |
| <default> | |
| Uses of Block in |
| Classes in that implement Block | |
class | BasicBlock |
| Methods in that return Block | |
Block | BasicScreen.getBlock(int x, int y) |
Block | BasicScreen.getBlockOfType(int type) |
Block | Screen.getBlock(int x, int y)Returns the block at location x,y. |
Block | Screen.getBlockOfType(int type)Takes a number between 0 and getNumBlockTypes()-1 and returns an instance of a block corresponding to that number. |
Block | ScreenEditor.getSelectedBlock() |
| Methods in with parameters of type Block | |
void | BasicScreen.setBlock(int x, int y, Block b) |
void | Screen.setBlock(int x, int y, Block b)Sets the block at location x,y to be b. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||