Uses of Class
com.alienfactory.javamappy.AnimBlock

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

Uses of AnimBlock in com.alienfactory.javamappy
 

Methods in com.alienfactory.javamappy that return AnimBlock
 AnimBlock Layer.getAnimBlock(int blockX, int blockY)
          Returns the AnimBlock at the given block coordinates.
 AnimBlock[] Map.getAnimBlocks()
           
 AnimBlock[] Layer.getAnimBlocks()
          Returns the AnimBlocks used by this Layer, as passed into the constructor.
 

Methods in com.alienfactory.javamappy with parameters of type AnimBlock
 void Map.setAnimBlocks(AnimBlock[] animBlocks)
          nulls are allowed.
 

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



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