src.backend
クラス PolyChunk
java.lang.Object
src.backend.Chunk
src.backend.PolyChunk
- すべての実装されたインタフェース:
- IChunk
public class PolyChunk
- extends Chunk
- implements IChunk
クラス 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)