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

Method getSignText

Minecraft-Utils/1.8.8/src/ClassProxy.java:392–399  ·  view source on GitHub ↗
(Object signTile)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected