Uses of Class
zombie.iso.IsoMetaCell
Packages that use IsoMetaCell
-
Uses of IsoMetaCell in zombie.buildingRooms
Methods in zombie.buildingRooms with parameters of type IsoMetaCellModifier and TypeMethodDescriptionvoidBuildingRoomsEditor.checkBuildingAndRoomIDs(IsoMetaCell metaCell) -
Uses of IsoMetaCell in zombie.iso
Methods in zombie.iso that return IsoMetaCellModifier and TypeMethodDescriptionIsoMetaGrid.getCell(int x, int y) IsoMetaGrid.getCellData(int x, int y) IsoMetaGrid.getCellDataAbs(int x, int y) IsoMetaGrid.getCellOrCreate(int x, int y) IsoMetaGrid.getCurrentCellData()IsoMetaGrid.getMetaGridFromTile(int wx, int wy) Methods in zombie.iso with parameters of type IsoMetaCellModifier and TypeMethodDescriptionvoidIsoMetaGrid.addCellToSave(IsoMetaCell cell) voidIsoMetaGrid.setCell(int x, int y, IsoMetaCell cell) voidIsoMetaGrid.setCellData(int x, int y, IsoMetaCell cell) Method parameters in zombie.iso with type arguments of type IsoMetaCellModifier and TypeMethodDescriptionvoidIsoMetaGrid.loadCells(String path, String filter, QuadConsumer<IsoMetaCell, IsoMetaGrid, ByteBuffer, Integer> loadMethod) voidIsoMetaGrid.saveCellsToSaveBufferMap(SaveBufferMap bufferMap, String path, String filter, BiConsumer<IsoMetaCell, ByteBuffer> saveMethod) -
Uses of IsoMetaCell in zombie.iso.areas
Methods in zombie.iso.areas with parameters of type IsoMetaCellModifier and TypeMethodDescriptionvoidIsoBuilding.CreateFrom(BuildingDef building, IsoMetaCell metaCell)