MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / setSignText

Method setSignText

Minecraft-Utils/1.13/src/ClassProxy.java:442–449  ·  view source on GitHub ↗
(Object signTile, String[] text)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected