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

Method getSignText

Minecraft-Utils/1.10.2/src/ClassProxy.java:417–424  ·  view source on GitHub ↗
(Object signTile)

Source from the content-addressed store, hash-verified

415 }
416
417 public static String[] getSignText(Object signTile) {
418 ey[] lines = ((arc) signTile).a;
419 String[] result = new String[lines.length];
420 for (int i = 0; i < lines.length; i++) {
421 result[i] = lines[i].d();
422 }
423 return result;
424 }
425
426 public static void setSignText(Object signTile, String[] text) {
427 for (int i = 0; i < text.length; i++) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected