(Object signTile, String[] text)
| 440 | } |
| 441 | |
| 442 | public static void setSignText(Object signTile, String[] text) { |
| 443 | for (int i = 0; i < text.length; i++) { |
| 444 | ij[] components = ((bjt) signTile).a; |
| 445 | if (!Objects.equal(components[i].d(), text[i])) { |
| 446 | components[i] = new iq(text[i]); |
| 447 | } |
| 448 | } |
| 449 | } |
| 450 | |
| 451 | } |