public class BlockChecker extends Object
BlockChecker(Block... blocks)
BlockChecker(Block blocks)
BlockChecker(List<Block> blocks)
List<Block>
getBlocks()
boolean
has(Material... types)
has(Predicate<Material> checker)
has(String... types)
hasOther(Material... types)
hasOther(String... types)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BlockChecker(List<Block> blocks)
public BlockChecker(Block... blocks)
public BlockChecker(Block blocks)
public List<Block> getBlocks()
public boolean has(Predicate<Material> checker)
public boolean has(Material... types)
public boolean has(String... types)
public boolean hasOther(Material... types)
public boolean hasOther(String... types)