Uses of Class
com.alienfactory.javamappy.Block

Packages that use Block
com.alienfactory.javamappy Contains the core API and objects that mimic the logical structure of a .FMP Map. 
 

Uses of Block in com.alienfactory.javamappy
 

Methods in com.alienfactory.javamappy that return Block
 Block Layer.getBlock(int blockX, int blockY)
          Returns the Block at the given block coordinates.
 Block[] Map.getBlocks()
           
 Block[] Layer.getBlocks()
          Returns the Blocks used by this Layer, as passed into the constructor.
 

Methods in com.alienfactory.javamappy with parameters of type Block
 void Map.setBlocks(Block[] blocks)
          nulls are allowed.
 

Constructors in com.alienfactory.javamappy with parameters of type Block
Layer(MapHeader mapHeader, short[][] layerData, Block[] blocks, AnimBlock[] animBlocks)
           
 



Copyright © 2001-2009 Alien-Factory Ltd. All Rights Reserved.