Uses of Enum Class
com.jackdaw.chatwithnpc.npc.TextBubbleEntity.TextBackgroundColor
Packages that use TextBubbleEntity.TextBackgroundColor
-
Uses of TextBubbleEntity.TextBackgroundColor in com.jackdaw.chatwithnpc
Fields in com.jackdaw.chatwithnpc declared as TextBubbleEntity.TextBackgroundColor -
Uses of TextBubbleEntity.TextBackgroundColor in com.jackdaw.chatwithnpc.npc
Fields in com.jackdaw.chatwithnpc.npc declared as TextBubbleEntity.TextBackgroundColorModifier and TypeFieldDescriptionprivate final TextBubbleEntity.TextBackgroundColor
TextBubbleEntity.defaultColor
TextBubbleEntity.textBackgroundColor
Methods in com.jackdaw.chatwithnpc.npc that return TextBubbleEntity.TextBackgroundColorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextBubbleEntity.TextBackgroundColor[]
TextBubbleEntity.TextBackgroundColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jackdaw.chatwithnpc.npc with parameters of type TextBubbleEntity.TextBackgroundColorModifier and TypeMethodDescriptionvoid
TextBubbleEntity.setTextBackgroundColor
(TextBubbleEntity.TextBackgroundColor textBackgroundColor) private net.minecraft.text.Text
TextBubbleEntity.textBuilder
(String message, TextBubbleEntity.TextBackgroundColor textBackgroundColor)