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

Method setSignText

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

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected