Interface ItemChargeConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
chargesSection
static String
notificationSection
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default int
amuletOfBounty()
void
amuletOfBounty(int amuletOfBounty)
default int
amuletOfChemistry()
void
amuletOfChemistry(int amuletOfChemistry)
default int
bindingNecklace()
void
bindingNecklace(int bindingNecklace)
default boolean
bindingNotification()
default int
chronicle()
void
chronicle(int chronicle)
default int
dodgyNecklace()
void
dodgyNecklace(int dodgyNecklace)
default boolean
dodgyNotification()
default int
explorerRing()
void
explorerRing(int explorerRing)
default int
lowWarning()
default Color
lowWarningolor()
default boolean
recoilNotification()
default int
ringOfForging()
void
ringOfForging(int ringOfForging)
default boolean
ringOfForgingNotification()
default boolean
showAbyssalBraceletCharges()
default boolean
showAmuletOfBountyCharges()
default boolean
showAmuletOfChemistryCharges()
default boolean
showBasketCharges()
default boolean
showBellowCharges()
default boolean
showBindingNecklaceCharges()
default boolean
showDodgyCount()
default boolean
showExplorerRingCharges()
default boolean
showFungicideCharges()
default boolean
showImpCharges()
default boolean
showInfoboxes()
default boolean
showPotionDoseCount()
default boolean
showRingOfForgingCount()
default boolean
showSackCharges()
default boolean
showTeleportCharges()
default boolean
showWateringCanCharges()
default boolean
showWaterskinCharges()
default int
veryLowWarning()
default Color
veryLowWarningColor()
-
-
-
Field Detail
-
chargesSection
static final String chargesSection
- See Also:
- Constant Field Values
-
notificationSection
static final String notificationSection
- See Also:
- Constant Field Values
-
-
Method Detail
-
veryLowWarningColor
default Color veryLowWarningColor()
-
lowWarningolor
default Color lowWarningolor()
-
veryLowWarning
default int veryLowWarning()
-
lowWarning
default int lowWarning()
-
showTeleportCharges
default boolean showTeleportCharges()
-
showDodgyCount
default boolean showDodgyCount()
-
dodgyNotification
default boolean dodgyNotification()
-
dodgyNecklace
default int dodgyNecklace()
-
dodgyNecklace
void dodgyNecklace(int dodgyNecklace)
-
showImpCharges
default boolean showImpCharges()
-
showFungicideCharges
default boolean showFungicideCharges()
-
showWateringCanCharges
default boolean showWateringCanCharges()
-
showWaterskinCharges
default boolean showWaterskinCharges()
-
showBellowCharges
default boolean showBellowCharges()
-
showBasketCharges
default boolean showBasketCharges()
-
showSackCharges
default boolean showSackCharges()
-
showAbyssalBraceletCharges
default boolean showAbyssalBraceletCharges()
-
showAmuletOfChemistryCharges
default boolean showAmuletOfChemistryCharges()
-
amuletOfChemistry
default int amuletOfChemistry()
-
amuletOfChemistry
void amuletOfChemistry(int amuletOfChemistry)
-
showAmuletOfBountyCharges
default boolean showAmuletOfBountyCharges()
-
amuletOfBounty
default int amuletOfBounty()
-
amuletOfBounty
void amuletOfBounty(int amuletOfBounty)
-
recoilNotification
default boolean recoilNotification()
-
showBindingNecklaceCharges
default boolean showBindingNecklaceCharges()
-
bindingNecklace
default int bindingNecklace()
-
bindingNecklace
void bindingNecklace(int bindingNecklace)
-
bindingNotification
default boolean bindingNotification()
-
showExplorerRingCharges
default boolean showExplorerRingCharges()
-
explorerRing
default int explorerRing()
-
explorerRing
void explorerRing(int explorerRing)
-
showRingOfForgingCount
default boolean showRingOfForgingCount()
-
ringOfForging
default int ringOfForging()
-
ringOfForging
void ringOfForging(int ringOfForging)
-
ringOfForgingNotification
default boolean ringOfForgingNotification()
-
showInfoboxes
default boolean showInfoboxes()
-
showPotionDoseCount
default boolean showPotionDoseCount()
-
chronicle
default int chronicle()
-
chronicle
void chronicle(int chronicle)
-
-