Interface ItemIdentificationConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
identificationSection
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ItemIdentificationMode
identificationType()
default boolean
showGems()
default boolean
showHerbs()
default boolean
showImplingJars()
default boolean
showOres()
default boolean
showPotions()
default boolean
showSaplings()
default boolean
showSeeds()
default boolean
showTablets()
default Color
textColor()
-
-
-
Field Detail
-
identificationSection
static final String identificationSection
- See Also:
- Constant Field Values
-
-
Method Detail
-
identificationType
default ItemIdentificationMode identificationType()
-
textColor
default Color textColor()
-
showSeeds
default boolean showSeeds()
-
showHerbs
default boolean showHerbs()
-
showSaplings
default boolean showSaplings()
-
showOres
default boolean showOres()
-
showGems
default boolean showGems()
-
showPotions
default boolean showPotions()
-
showImplingJars
default boolean showImplingJars()
-
showTablets
default boolean showTablets()
-
-