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.TextBackgroundColorTextBubbleEntity.defaultColorTextBubbleEntity.textBackgroundColorMethods 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 TypeMethodDescriptionvoidTextBubbleEntity.setTextBackgroundColor(TextBubbleEntity.TextBackgroundColor textBackgroundColor) private net.minecraft.text.TextTextBubbleEntity.textBuilder(String message, TextBubbleEntity.TextBackgroundColor textBackgroundColor)