Uses of Class
zombie.iso.IsoMetaCell
Packages that use IsoMetaCell
-
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 TypeMethodDescriptionvoid
IsoMetaGrid.addCellToSave
(IsoMetaCell isoMetaCell) void
IsoMetaGrid.setCell
(int int1, int int0, IsoMetaCell isoMetaCell) void
IsoMetaGrid.setCellData
(int int1, int int0, IsoMetaCell isoMetaCell) Method parameters in zombie.iso with type arguments of type IsoMetaCellModifier and TypeMethodDescriptionvoid
IsoMetaGrid.loadCells
(String string0, String string1, QuadConsumer<IsoMetaCell, IsoMetaGrid, ByteBuffer, Integer> quadConsumer)