src.backend.wad.physics
クラス PRpxEntry
java.lang.Object
src.backend.Entry
src.backend.wad.physics.PRpxEntry
public class PRpxEntry
- extends Entry
Projectiles entry
- 作成者:
- koji
クラス 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)