src.backend
クラス SidsChunk
java.lang.Object
src.backend.Chunk
src.backend.SidsChunk
- すべての実装されたインタフェース:
- IChunk
public class SidsChunk
- extends Chunk
- implements IChunk
メソッドの概要 |
SidsEntry |
addEntry()
|
void |
addEntry(SidsEntry oe)
|
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)
|
void |
convertTextures(short coll1,
short bmp1,
short x1,
short cp1,
short coll2,
short bmp2,
short x2,
short cp2)
|
SidsEntry |
getEntry(int entry)
|
int |
getEntryLength()
|
int |
getNumEntries()
|
void |
read()
|
SidsEntry |
removeEntry(SidsEntry o)
|
void |
write()
|
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SidsChunk
public SidsChunk(Level level,
ChunkHeader header)
SidsChunk
public SidsChunk()
getEntry
public SidsEntry 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
addEntry
public SidsEntry addEntry()
addEntry
public void addEntry(SidsEntry oe)
removeEntry
public SidsEntry removeEntry(SidsEntry o)
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)
convertTextures
public void convertTextures(short coll1,
short bmp1,
short x1,
short cp1,
short coll2,
short bmp2,
short x2,
short cp2)