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

Method setSignText

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

Source from the content-addressed store, hash-verified

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}

Callers 1

onGuiSignClosedMethod · 0.95

Calls 1

dMethod · 0.45

Tested by

no test coverage detected