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

Method writeEnd

src/vmfWriter/entity/pointEntity/PointEntity.java:27–31  ·  view source on GitHub ↗
(ValveWriter writer)

Source from the content-addressed store, hash-verified

25 public abstract PointEntity create(Position origin);
26
27 @Override
28 protected void writeEnd(ValveWriter writer) throws IOException {
29 writer.put(Entity.ORIGIN_TAG, this.origin.getString());
30 super.writeEnd(writer);
31 }
32}

Callers

nothing calls this directly

Calls 2

getStringMethod · 0.80
putMethod · 0.45

Tested by

no test coverage detected