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 int1, int int0) IsoMetaGrid.getCellData(int x, int y) IsoMetaGrid.getCellDataAbs(int x, int y) IsoMetaGrid.getCellOrCreate(int int0, int int1) IsoMetaGrid.getCurrentCellData()IsoMetaGrid.getMetaGridFromTile(int wx, int wy) Methods in zombie.iso with parameters of type IsoMetaCellModifier and TypeMethodDescriptionvoidIsoMetaGrid.addCellToSave(IsoMetaCell metaCell) voidIsoMetaGrid.setCell(int int1, int int0, IsoMetaCell metaCell) voidIsoMetaGrid.setCellData(int int1, int int0, IsoMetaCell metaCell) Method parameters in zombie.iso with type arguments of type IsoMetaCellModifier and TypeMethodDescriptionvoidIsoMetaGrid.loadCells(String string0, String string1, QuadConsumer<IsoMetaCell, IsoMetaGrid, ByteBuffer, Integer> quadConsumer) voidIsoMetaGrid.saveCellsToSaveBufferMap(SaveBufferMap saveBufferMap, String string3, String string1, BiConsumer<IsoMetaCell, ByteBuffer> biConsumer) -
Uses of IsoMetaCell in zombie.iso.areas
Methods in zombie.iso.areas with parameters of type IsoMetaCellModifier and TypeMethodDescriptionvoidIsoBuilding.CreateFrom(BuildingDef buildingDef, IsoMetaCell var2)