public IIcon getInsulatedEndIcon() {
   return BlockWire.getInsulatedEndTexture(this.getWireType());
 }
 public IIcon getCenterIcon() {
   return BlockWire.getTexture(this.getWireType());
 }