MCPcopy Create free account
hub / github.com/Teneted/Tenet / build

Method build

src/main/java/net/minecraftforge/common/util/TextTable.java:55–60  ·  view source on GitHub ↗
(String lineEnding)

Source from the content-addressed store, hash-verified

53 }
54
55 public String build(String lineEnding)
56 {
57 StringBuilder destination = new StringBuilder();
58 append(destination, lineEnding);
59 return destination.toString();
60 }
61
62 /**
63 * Appends the data formatted as a table to the given string builder.

Callers

nothing calls this directly

Calls 2

appendMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected