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

Method setSignText

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected