src.backend.wad.physics
クラス FXpxEntry

java.lang.Object
  上位を拡張 src.backend.Entry
      上位を拡張 src.backend.wad.physics.FXpxEntry

public class FXpxEntry
extends Entry

Effects for physics model

作成者:
koji

フィールドの概要
static int ENTRY_LENGTH
           
static int FLAGS_END_WHEN_ANIMATION_LOOPS
           
static int FLAGS_END_WHEN_TRANSFER_ANIMATION_LOOPS
           
static int FLAGS_MAKE_TWIN_VISIBLE
           
static int FLAGS_MEDIA_EFFECT
           
static java.lang.String[] FLAGS_NAMES
           
static int FLAGS_SOUND_ONLY
           
 
コンストラクタの概要
FXpxEntry(Chunk chunk)
           
 
メソッドの概要
 short getCLUT()
           
 short getCollection()
           
 short getDelay()
           
 short getDelaySound()
           
 short getFlags()
           
 short getShape()
           
 int getSoundPitch()
           
 FXpxEntry read()
          read from data
 void readPhysics(byte[] data, int offset)
           
 void setCLUT(short clut)
           
 void setCollection(short collection)
           
 void setDelay(short delay)
           
 void setDelaySound(short delaySound)
           
 void setFlags(short flags)
           
 void setShape(short shape)
           
 void setSoundPitch(int soundPitch)
           
 void write()
           
 
クラス src.backend.Entry から継承されたメソッド
getChunk
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ENTRY_LENGTH

public static final int ENTRY_LENGTH
関連項目:
定数フィールド値

FLAGS_NAMES

public static final java.lang.String[] FLAGS_NAMES

FLAGS_END_WHEN_ANIMATION_LOOPS

public static final int FLAGS_END_WHEN_ANIMATION_LOOPS
関連項目:
定数フィールド値

FLAGS_END_WHEN_TRANSFER_ANIMATION_LOOPS

public static final int FLAGS_END_WHEN_TRANSFER_ANIMATION_LOOPS
関連項目:
定数フィールド値

FLAGS_SOUND_ONLY

public static final int FLAGS_SOUND_ONLY
関連項目:
定数フィールド値

FLAGS_MAKE_TWIN_VISIBLE

public static final int FLAGS_MAKE_TWIN_VISIBLE
関連項目:
定数フィールド値

FLAGS_MEDIA_EFFECT

public static final int FLAGS_MEDIA_EFFECT
関連項目:
定数フィールド値
コンストラクタの詳細

FXpxEntry

public FXpxEntry(Chunk chunk)
メソッドの詳細

read

public FXpxEntry read()
read from data

戻り値:

write

public void write()
オーバーライド:
クラス Entry 内の write

getCollection

public short getCollection()

setCollection

public void setCollection(short collection)

getCLUT

public short getCLUT()

setCLUT

public void setCLUT(short clut)

getDelay

public short getDelay()

setDelay

public void setDelay(short delay)

getDelaySound

public short getDelaySound()

setDelaySound

public void setDelaySound(short delaySound)

getFlags

public short getFlags()

setFlags

public void setFlags(short flags)

getShape

public short getShape()

setShape

public void setShape(short shape)

getSoundPitch

public int getSoundPitch()

setSoundPitch

public void setSoundPitch(int soundPitch)

readPhysics

public void readPhysics(byte[] data,
                        int offset)