Package net.minecraft.util
Class CsvOutput
java.lang.Object
net.minecraft.util.CsvOutput
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CsvOutput.Builder
builder()
private static String
getStringValue
(Object p_13621_) private void
void
-
Field Details
-
LINE_SEPARATOR
- See Also:
-
FIELD_SEPARATOR
- See Also:
-
output
-
columnCount
private final int columnCount
-
-
Constructor Details
-
CsvOutput
CsvOutput(Writer p_13613_, List<String> p_13614_) throws IOException - Throws:
IOException
-
-
Method Details
-
builder
-
writeRow
- Throws:
IOException
-
writeLine
- Throws:
IOException
-
getStringValue
-