src.backend.wad.physics
クラス PRpxEntry

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

public class PRpxEntry
extends Entry

Projectiles entry

作成者:
koji

フィールドの概要
static int ENTRY_LENGTH
           
 
コンストラクタの概要
PRpxEntry(Chunk chunk)
           
 
メソッドの概要
 short getAreaOfEffect()
           
 short getCollection()
           
 short getContrailEffect()
           
 DamageDefinition getDamage()
           
 short getDetonationEffect()
           
 int getFlags()
           
 short getFlybySound()
           
 short getMaximumContrails()
           
 short getMaximumRange()
           
 short getMediaDetonationEffect()
           
 short getMediaProjectilePromotion()
           
 short getRadius()
           
 short getReboundSound()
           
 short getShape()
           
 int getSoundPitch()
           
 short getSpeed()
           
 short getTicksBetweenContrails()
           
 PRpxEntry read()
           
 PRpxEntry readPhysics(byte[] data, int offset)
           
 void setAreaOfEffect(short areaOfEffect)
           
 void setCollection(short collection)
           
 void setContrailEffect(short contrailEffect)
           
 void setDamage(DamageDefinition damage)
           
 void setDetonationEffect(short detonationEffect)
           
 void setFlags(int flags)
           
 void setFlybySound(short flybySound)
           
 void setMaximumContrails(short maximumContrails)
           
 void setMaximumRange(short maximumRange)
           
 void setMediaDetonationEffect(short mediaDetonationEffect)
           
 void setMediaProjectilePromotion(short mediaProjectilePromotion)
           
 void setRadius(short radius)
           
 void setReboundSound(short reboundSound)
           
 void setShape(short shape)
           
 void setSoundPitch(int soundPitch)
           
 void setSpeed(short speed)
           
 void setTicksBetweenContrails(short ticksBetweenContrails)
           
 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
関連項目:
定数フィールド値
コンストラクタの詳細

PRpxEntry

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

readPhysics

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

read

public PRpxEntry read()
戻り値:

write

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

getAreaOfEffect

public short getAreaOfEffect()

setAreaOfEffect

public void setAreaOfEffect(short areaOfEffect)

getCollection

public short getCollection()

setCollection

public void setCollection(short collection)

getContrailEffect

public short getContrailEffect()

setContrailEffect

public void setContrailEffect(short contrailEffect)

getDamage

public DamageDefinition getDamage()

setDamage

public void setDamage(DamageDefinition damage)

getDetonationEffect

public short getDetonationEffect()

setDetonationEffect

public void setDetonationEffect(short detonationEffect)

getFlags

public int getFlags()

setFlags

public void setFlags(int flags)

getFlybySound

public short getFlybySound()

setFlybySound

public void setFlybySound(short flybySound)

getMaximumContrails

public short getMaximumContrails()

setMaximumContrails

public void setMaximumContrails(short maximumContrails)

getMaximumRange

public short getMaximumRange()

setMaximumRange

public void setMaximumRange(short maximumRange)

getMediaDetonationEffect

public short getMediaDetonationEffect()

setMediaDetonationEffect

public void setMediaDetonationEffect(short mediaDetonationEffect)

getMediaProjectilePromotion

public short getMediaProjectilePromotion()

setMediaProjectilePromotion

public void setMediaProjectilePromotion(short mediaProjectilePromotion)

getRadius

public short getRadius()

setRadius

public void setRadius(short radius)

getReboundSound

public short getReboundSound()

setReboundSound

public void setReboundSound(short reboundSound)

getShape

public short getShape()

setShape

public void setShape(short shape)

getSoundPitch

public int getSoundPitch()

setSoundPitch

public void setSoundPitch(int soundPitch)

getSpeed

public short getSpeed()

setSpeed

public void setSpeed(short speed)

getTicksBetweenContrails

public short getTicksBetweenContrails()

setTicksBetweenContrails

public void setTicksBetweenContrails(short ticksBetweenContrails)