(ValveWriter writer)
| 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 | } |