パッケージ mechanics.optimization
クラス ArtifactOptimizer.OptimizationResult
java.lang.Object
mechanics.optimization.ArtifactOptimizer.OptimizationResult
- 含まれているクラス:
ArtifactOptimizer
Container for the artifact stats and the liquid roll allocation produced
by
ArtifactOptimizer.generate(mechanics.optimization.ArtifactOptimizer.OptimizationConfig, model.stats.StatsContainer, model.stats.StatsContainer, model.stats.StatsContainer).-
フィールドの概要
フィールド修飾子とタイプフィールド説明Number of liquid rolls spent on each stat type in this result.The fully assembled artifactStatsContainerready to be merged with character stats. -
コンストラクタの概要
コンストラクタ -
メソッドの概要
-
フィールド詳細
-
stats
The fully assembled artifactStatsContainerready to be merged with character stats. -
rolls
Number of liquid rolls spent on each stat type in this result.
-
-
コンストラクタの詳細
-
OptimizationResult
- パラメータ:
stats- the generated artifact statsrolls- the liquid roll counts used per stat
-