Uses of Enum Class
com.jackdaw.chatwithnpc.SettingManager.TextBackgroundColor
Packages that use SettingManager.TextBackgroundColor
-
Uses of SettingManager.TextBackgroundColor in com.jackdaw.chatwithnpc
Fields in com.jackdaw.chatwithnpc declared as SettingManager.TextBackgroundColorMethods in com.jackdaw.chatwithnpc that return SettingManager.TextBackgroundColorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SettingManager.TextBackgroundColor[]
SettingManager.TextBackgroundColor.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SettingManager.TextBackgroundColor in com.jackdaw.chatwithnpc.npc
Methods in com.jackdaw.chatwithnpc.npc with parameters of type SettingManager.TextBackgroundColorModifier and TypeMethodDescriptionvoid
TextBubbleEntity.update
(String message, SettingManager.TextBackgroundColor textBackgroundColor) void
TextBubbleEntity.update
(String message, SettingManager.TextBackgroundColor textBackgroundColor, long timeLastingPerChar)