src.backend.wad.physics
クラス AttackDefinition

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

public class AttackDefinition
extends java.lang.Object


コンストラクタの概要
AttackDefinition()
           
 
メソッドの概要
 short getAttackShape()
           
 short getDx()
           
 short getDy()
           
 short getDz()
           
 short getError()
           
 short getRange()
           
 short getRepetitions()
           
 short getType()
           
 void setAttackShape(short attackShape)
           
 void setDx(short dx)
           
 void setDy(short dy)
           
 void setDz(short dz)
           
 void setError(short error)
           
 void setRange(short range)
           
 void setRepetitions(short repetitions)
           
 void setType(short type)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AttackDefinition

public AttackDefinition()
メソッドの詳細

getAttackShape

public short getAttackShape()

setAttackShape

public void setAttackShape(short attackShape)

getDx

public short getDx()

setDx

public void setDx(short dx)

getDy

public short getDy()

setDy

public void setDy(short dy)

getDz

public short getDz()

setDz

public void setDz(short dz)

getError

public short getError()

setError

public void setError(short error)

getRange

public short getRange()

setRange

public void setRange(short range)

getRepetitions

public short getRepetitions()

setRepetitions

public void setRepetitions(short repetitions)

getType

public short getType()

setType

public void setType(short type)