(int quantity, String... blocks)
| 498 | } |
| 499 | |
| 500 | @Override |
| 501 | public void mineByName(int quantity, String... blocks) { |
| 502 | mine(quantity, new BlockOptionalMetaLookup(blocks)); |
| 503 | } |
| 504 | |
| 505 | @Override |
| 506 | public void mine(int quantity, BlockOptionalMetaLookup filter) { |