Interface WintertodtConfig
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Color
damageNotificationColor()
default WintertodtNotifyDamage
notifyBrazierDamage()
default boolean
notifyBrazierOut()
default WintertodtNotifyDamage
notifyCold()
default boolean
notifyEmptyInv()
default boolean
notifyFullInv()
default WintertodtNotifyDamage
notifySnowfall()
default int
roundNotification()
default boolean
showOverlay()
-
-
-
Method Detail
-
showOverlay
default boolean showOverlay()
-
damageNotificationColor
default Color damageNotificationColor()
-
notifyCold
default WintertodtNotifyDamage notifyCold()
-
notifySnowfall
default WintertodtNotifyDamage notifySnowfall()
-
notifyBrazierDamage
default WintertodtNotifyDamage notifyBrazierDamage()
-
notifyFullInv
default boolean notifyFullInv()
-
notifyEmptyInv
default boolean notifyEmptyInv()
-
notifyBrazierOut
default boolean notifyBrazierOut()
-
-