Ejemplo n.º 1
0
 public IIcon getInsulatedEndIcon() {
   return BlockWire.getInsulatedEndTexture(this.getWireType());
 }
Ejemplo n.º 2
0
 public IIcon getCenterIcon() {
   return BlockWire.getTexture(this.getWireType());
 }