Interface ItemStatConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
absolute()
default boolean
alwaysShowBaseStats()
default Color
colorBetterCapped()
default Color
colorBetterSomeCapped()
default Color
colorBetterUncapped()
default Color
colorNoChange()
default Color
colorWorse()
default boolean
consumableStats()
default boolean
equipmentStats()
default boolean
geStats()
default boolean
relative()
default boolean
showStatsInBank()
default boolean
showWeight()
default boolean
theoretical()
-
-
-
Method Detail
-
consumableStats
default boolean consumableStats()
-
equipmentStats
default boolean equipmentStats()
-
geStats
default boolean geStats()
-
relative
default boolean relative()
-
absolute
default boolean absolute()
-
theoretical
default boolean theoretical()
-
showWeight
default boolean showWeight()
-
showStatsInBank
default boolean showStatsInBank()
-
alwaysShowBaseStats
default boolean alwaysShowBaseStats()
-
colorBetterUncapped
default Color colorBetterUncapped()
-
colorBetterSomeCapped
default Color colorBetterSomeCapped()
-
colorBetterCapped
default Color colorBetterCapped()
-
colorNoChange
default Color colorNoChange()
-
colorWorse
default Color colorWorse()
-
-