クラスの使用
com.lmt.lib.bldt.TableDescription
-
TableDescriptionを使用しているパッケージ パッケージ 説明 com.lmt.lib.bldt LDTライブラリのコアパッケージです。com.lmt.lib.bldt.parser 楽曲情報元データの解析を行うパーサクラスをまとめたパッケージです。 -
-
com.lmt.lib.bldtでのTableDescriptionの使用
TableDescriptionを返すcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 static TableDescription
DifficultyTables. get(String id)
指定したIDの難易度表定義を取得します。TableDescription
ContentCollection. getTableDescription()
難易度表定義を取得します。TableDescription
Presets. getTableDescription()
この難易度表の定義を取得します。TableDescription型の引数を持つ型を返すcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 static Stream<TableDescription>
DifficultyTables. all()
全ての登録済み難易度表定義のストリームを返します。TableDescription型のパラメータを持つcom.lmt.lib.bldtのメソッド 修飾子とタイプ メソッド 説明 static void
DifficultyTables. add(TableDescription tableDesc)
難易度表定義を追加します。List<ContentDescription>
Parser. parse(TableDescription tableDesc, PlayStyle playStyle, byte[] raw)
入力された情報を使用して楽曲情報を解析し、楽曲情報一覧を生成して返します。void
UpdateProgress.Nop. publish(TableDescription desc, PlayStyle playStyle, int iDesc, int numDesc, UpdateProgress.Status status)
難易度表更新の進捗状況の報告を受け取るハンドラメソッドです。void
UpdateProgress. publish(TableDescription desc, PlayStyle playStyle, int iDesc, int numDesc, UpdateProgress.Status status)
難易度表更新の進捗状況の報告を受け取るハンドラメソッドです。void
UpdateProgress.StdOut. publish(TableDescription desc, PlayStyle playStyle, int iDesc, int numDesc, UpdateProgress.Status status)
難易度表更新の進捗状況の報告を受け取るハンドラメソッドです。TableDescription型のパラメータを持つcom.lmt.lib.bldtのコンストラクタ コンストラクタ 説明 ContentCollection(TableDescription tableDesc, ZonedDateTime lastUpdateDateTime, ZonedDateTime spModifiedDateTime, String spModifiedDataHash, ZonedDateTime dpModifiedDateTime, String dpModifiedDataHash, Collection<ContentDescription> contents)
新しい難易度表情報オブジェクトを構築します。 -
com.lmt.lib.bldt.parserでのTableDescriptionの使用
TableDescription型のパラメータを持つcom.lmt.lib.bldt.parserのメソッド 修飾子とタイプ メソッド 説明 List<ContentDescription>
GenocideHtmlParser. parse(TableDescription tableDesc, PlayStyle playStyle, byte[] raw)
入力された情報を使用して楽曲情報を解析し、楽曲情報一覧を生成して返します。List<ContentDescription>
ScoreJsonParser. parse(TableDescription tableDesc, PlayStyle playStyle, byte[] raw)
-