(Object signTile, String[] text)
| 400 | } |
| 401 | |
| 402 | public static void setSignText(Object signTile, String[] text) { |
| 403 | for (int i = 0; i < text.length; i++) { |
| 404 | ho[] components = ((bdj) signTile).a; |
| 405 | if (!Objects.equal(components[i].d(), text[i])) { |
| 406 | components[i] = new hy(text[i]); |
| 407 | } |
| 408 | } |
| 409 | } |
| 410 | |
| 411 | } |