All Implemented Interfaces:
UniversalBlock, ItemAttribute, Placeable, RecipeDisplayItem, NotDiagonallyRotatable, InventoryBlock

public class MinerAndroid extends ProgrammableAndroid
The MinerAndroid is a variant of the ProgrammableAndroid which is able to break blocks. The core functionalities boil down to dig(Block, UniversalMenu, Block) and moveAndDig(Block, UniversalMenu, BlockFace, Block). Otherwise the functionality is similar to a regular android.

The MinerAndroid will also fire an AndroidMineEvent when breaking a Block.

See Also: