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

Method writeEnd

src/vmfWriter/entity/Entity.java:30–33  ·  view source on GitHub ↗
(ValveWriter writer)

Source from the content-addressed store, hash-verified

28 }
29
30 protected void writeEnd(ValveWriter writer) throws IOException {
31 this.writeEditorWithLogicalpos(writer);
32 writer.close();
33 }
34
35 public ValveWriter openEntity(ValveWriter writer) throws IOException {
36 return writer.open(ValveElement.ENTITY_TAG)

Callers 1

writeVmfMethod · 0.95

Calls 2

closeMethod · 0.45

Tested by

no test coverage detected