BrickObject.dump();
Here's some useful functions:Exposure:%brick.getExposedAreaBottom() - ()%brick.getExposedAreaEast() - ()%brick.getExposedAreaNorth()%brick.getExposedAreaSouth() - ()%brick.getExposedAreaTop() - ()%brick.getExposedAreaWest() - ()%brick.iloveposed() - ()exposed = no bricks attached to one endUp/Down Bricks%brick.getUpBrick() - (int index)Returns up brick at given index.%brick.getDownBrick() - (int index)Returns down brick at given index.%brick.getNumDownBricks() - ()Returns number of bricks in downlist.%brick.getNumUpBricks() - ()Returns number of bricks in uplist.%brick.dumpDownList() - ()Dumps the downbrick list.%brick.dumpUpList() - ()Dumps the upbrick list.Path-to-Ground%brick.getDistanceFromGround() - Returns number of connections away from the ground%brick.hasFakePathToGround() - ()Returns true if brick is attached to a baseplate (considers blown-up bricks to be dead).%brick.hasPathToGround() - ()Returns true if brick is attached to a baseplate.%brick.willCauseChainKill() - () returns true if killing this brick will cause others to fall