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

Method getSignText

Minecraft-Utils/1.13/src/ClassProxy.java:433–440  ·  view source on GitHub ↗
(Object signTile)

Source from the content-addressed store, hash-verified

431 }
432
433 public static String[] getSignText(Object signTile) {
434 ij[] lines = ((bjt) signTile).a;
435 String[] result = new String[lines.length];
436 for (int i = 0; i < lines.length; i++) {
437 result[i] = lines[i].d();
438 }
439 return result;
440 }
441
442 public static void setSignText(Object signTile, String[] text) {
443 for (int i = 0; i < text.length; i++) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected