クラス Config
java.lang.Object
com.github.dabasan.xops.properties.config.Config
public class Config extends Object
Config
- 作成者:
- Daba
-
コンストラクタの概要
-
メソッドの概要
-
コンストラクタの詳細
-
メソッドの詳細
-
Default
public void Default() -
toString
-
GetTurnUp
-
GetTurnDown
-
GetTurnLeft
-
GetTurnRight
-
GetMoveForward
-
GetMoveBackward
-
GetMoveLeft
-
GetMoveRight
-
GetWalk
-
GetJump
-
GetReload
-
GetDropWeapon
-
GetZoom
-
GetFireMode
-
GetSwitchWeapon
-
GetWeapon1
-
GetWeapon2
-
GetFire
-
GetMouseSensitivity
public int GetMouseSensitivity() -
GetBrightness
public int GetBrightness() -
GetWindowMode
-
GetEnableSound
public boolean GetEnableSound() -
GetEnableBlood
public boolean GetEnableBlood() -
GetInvertMouse
public boolean GetInvertMouse() -
GetFrameSkip
public boolean GetFrameSkip() -
GetAnotherGunsight
public boolean GetAnotherGunsight() -
GetName
-
SetTurnUp
-
SetTurnDown
-
SetTurnLeft
-
SetTurnRight
-
SetMoveForward
-
SetMoveBackward
-
SetMoveLeft
-
SetMoveRight
-
SetWalk
-
SetJump
-
SetReload
-
SetDropWeapon
-
SetZoom
-
SetFireMode
-
SetSwitchWeapon
-
SetWeapon1
-
SetWeapon2
-
SetFire
-
SetMouseSensitivity
public void SetMouseSensitivity(int mouse_sensitivity) -
SetBrightness
public void SetBrightness(int brightness) -
SetWindowMode
-
SetEnableSound
public void SetEnableSound(boolean enable_sound) -
SetEnableBlood
public void SetEnableBlood(boolean enable_blood) -
SetInvertMouse
public void SetInvertMouse(boolean invert_mouse) -
SetFrameSkip
public void SetFrameSkip(boolean frame_skip) -
SetAnotherGunsight
public void SetAnotherGunsight(boolean another_gunsight) -
SetName
-