}
public static void encode(String fileName, SupportVTOL t) {
BuildingBlock blk = new BuildingBlock();
blk.createNewBlock();
blk.writeBlockData("UnitType", "SupportVTOL");
blk.writeBlockData("blockversion", 1);
blk.writeBlockData("Name", t.getChassis());
blk.writeBlockData("Model", t.getModel());
blk.writeBlockData("year", t.getYear());
String type;