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

Method getSignText

Minecraft-Utils/1.10/src/ClassProxy.java:415–422  ·  view source on GitHub ↗
(Object signTile)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

dMethod · 0.45

Tested by

no test coverage detected