src.backend
クラス PolyChunk

java.lang.Object
  上位を拡張 src.backend.Chunk
      上位を拡張 src.backend.PolyChunk
すべての実装されたインタフェース:
IChunk

public class PolyChunk
extends Chunk
implements IChunk


コンストラクタの概要
PolyChunk()
           
PolyChunk(Level level, ChunkHeader header)
           
 
メソッドの概要
 int calc()
           
 void convertTextures()
           
 void convertTextures(short coll1, short bmp1, short coll2, short bmp2)
           
 void convertTextures(short coll1, short bmp1, short x1, short coll2, short bmp2, short x2)
           
 PolyEntry getEntry(int entry)
           
 int getEntryLength()
           
 int getNumEntries()
           
 void read()
           
 void write()
           
 
クラス src.backend.Chunk から継承されたメソッド
getHeader, getLength, getLevel, getNextOffset, getOffset, getTag, setHeader, setLevel
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PolyChunk

public PolyChunk(Level level,
                 ChunkHeader header)

PolyChunk

public PolyChunk()
メソッドの詳細

getEntry

public PolyEntry getEntry(int entry)

read

public void read()
定義:
インタフェース IChunk 内の read
オーバーライド:
クラス Chunk 内の read

write

public void write()
定義:
インタフェース IChunk 内の write
オーバーライド:
クラス Chunk 内の write

getNumEntries

public int getNumEntries()
定義:
インタフェース IChunk 内の getNumEntries
定義:
クラス Chunk 内の getNumEntries

getEntryLength

public int getEntryLength()
定義:
インタフェース IChunk 内の getEntryLength
定義:
クラス Chunk 内の getEntryLength

calc

public int calc()
オーバーライド:
クラス Chunk 内の calc

convertTextures

public void convertTextures()

convertTextures

public void convertTextures(short coll1,
                            short bmp1,
                            short coll2,
                            short bmp2)

convertTextures

public void convertTextures(short coll1,
                            short bmp1,
                            short x1,
                            short coll2,
                            short bmp2,
                            short x2)