クラス WeaponDataCodeParser
java.lang.Object
com.github.dabasan.xops.properties.openxops.WeaponDataCodeParser
public class WeaponDataCodeParser extends Object
Parses the source code of OpenXOPS and obtains weapon data.
- 作成者:
- Daba
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 WeaponDataCodeParser(String code_filename, String encoding)Parses the code after loading it from a file.WeaponDataCodeParser(List<String> lines)In case you already have lines of the code. -
メソッドの概要
修飾子とタイプ メソッド 説明 HashMap<Integer,WeaponData>GetData()TreeMap<Integer,WeaponData>GetOrderedData()
-
コンストラクタの詳細
-
WeaponDataCodeParser
In case you already have lines of the code.- パラメータ:
lines- Lines of the code
-
WeaponDataCodeParser
Parses the code after loading it from a file.- パラメータ:
code_filename- Filename of the codeencoding- Encoding- 例外:
IOException
-
-
メソッドの詳細