(Object signTile, String[] text)
| 397 | } |
| 398 | |
| 399 | public static void setSignText(Object signTile, String[] text) { |
| 400 | for (int i = 0; i < text.length; i++) { |
| 401 | eu[] components = ((aln) signTile).a; |
| 402 | if (!Objects.equal(components[i].d(), text[i])) { |
| 403 | components[i] = new fa(text[i]); |
| 404 | } |
| 405 | } |
| 406 | } |
| 407 | |
| 408 | } |