MCPcopy Create free account
hub / github.com/Garten/sourcecraft / put

Method put

src/vmfWriter/ValveWriter.java:62–65  ·  view source on GitHub ↗
(String key, String value)

Source from the content-addressed store, hash-verified

60 }
61
62 public ValveWriter put(String key, String value) throws IOException {
63 this.writeLine(QUOTE + key + QUOTE + " " + QUOTE + value + QUOTE);
64 return this;
65 }
66
67 public ValveWriter put(String key, int value) throws IOException {
68 return this.put(key, value + "");

Callers 15

putInBracketsMethod · 0.95
putTransparentColorMethod · 0.95
putBrushIDMethod · 0.95
writeVmfMethod · 0.45
writeSideMethod · 0.45
writeVmfMethod · 0.45
writeVmfMethod · 0.45
writeVmfMethod · 0.45
openEntityMethod · 0.45
writeVmfSpecificMethod · 0.45
writeVmfSpecificMethod · 0.45

Calls 4

writeLineMethod · 0.95
getYMethod · 0.80
getXMethod · 0.45
getZMethod · 0.45

Tested by

no test coverage detected