示例#1
0
 public void remove() {
   // TODO Auto-generated method stub
   if (orestructs != null) BlockInformation.removeOre(key, orestructs);
   if (rockstructs != null) BlockInformation.removeRocks(key, rockstructs);
 }