|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alienfactory.javamappy.loader.ChunkLoader
com.alienfactory.javamappy.loader.ChunkLoaderFORM
public class ChunkLoaderFORM
Chunk FORM :: Must be present at the start of every map.
Constructor Summary | |
---|---|
ChunkLoaderFORM()
|
Method Summary | |
---|---|
void |
loadChunk(Map map)
The method invoked to load the chunk. |
Methods inherited from class com.alienfactory.javamappy.loader.ChunkLoader |
---|
getByte, getBytesRemaining, getChunkLength, getChunkName, isLSB, readByte, readInt, readShort, readString, readString, readUByte, skip, throwChunkException, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChunkLoaderFORM()
Method Detail |
---|
public void loadChunk(Map map) throws ChunkLoadException
ChunkLoader
loadChunk
in class ChunkLoader
ChunkLoadException
- should be thrown should anything be wrong with
the data you are loading
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |