src.backend.wad.physics
クラス ShellCasing

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

public class ShellCasing
extends java.lang.Object


フィールドの概要
static int TYPE_ASSAULT_RIFLE
           
static java.lang.String[] TYPE_NAMES
           
static int TYPE_PISTOL
           
static int TYPE_PISTOL_LEFT
           
static int TYPE_PISTOL_RIGHT
           
static int TYPE_SMG
           
 
コンストラクタの概要
ShellCasing()
           
 
メソッドの概要
 short getCollection()
           
 int getDvx()
           
 int getDvy()
           
 short getShape()
           
 int getVx0()
           
 int getVy0()
           
 int getX0()
           
 int getY0()
           
 void setCollection(short collection)
           
 void setDvx(int dvx)
           
 void setDvy(int dvy)
           
 void setShape(short shape)
           
 void setVx0(int vx0)
           
 void setVy0(int vy0)
           
 void setX0(int x0)
           
 void setY0(int y0)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES

TYPE_ASSAULT_RIFLE

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

TYPE_PISTOL

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

TYPE_PISTOL_LEFT

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

TYPE_PISTOL_RIGHT

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

TYPE_SMG

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

ShellCasing

public ShellCasing()
メソッドの詳細

getCollection

public short getCollection()

setCollection

public void setCollection(short collection)

getDvx

public int getDvx()

setDvx

public void setDvx(int dvx)

getDvy

public int getDvy()

setDvy

public void setDvy(int dvy)

getShape

public short getShape()

setShape

public void setShape(short shape)

getVx0

public int getVx0()

setVx0

public void setVx0(int vx0)

getVy0

public int getVy0()

setVy0

public void setVy0(int vy0)

getX0

public int getX0()

setX0

public void setX0(int x0)

getY0

public int getY0()

setY0

public void setY0(int y0)