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

Method getSignText

Minecraft-Utils/1.8.9/src/ClassProxy.java:390–397  ·  view source on GitHub ↗
(Object signTile)

Source from the content-addressed store, hash-verified

388 }
389
390 public static String[] getSignText(Object signTile) {
391 eu[] lines = ((aln) signTile).a;
392 String[] result = new String[lines.length];
393 for (int i = 0; i < lines.length; i++) {
394 result[i] = lines[i].d();
395 }
396 return result;
397 }
398
399 public static void setSignText(Object signTile, String[] text) {
400 for (int i = 0; i < text.length; i++) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected