Uses of Annotation Interface
me.croabeast.common.Regex
Packages that use Regex
-
Uses of Regex in me.croabeast.takion.channel
Methods in me.croabeast.takion.channel with annotations of type RegexModifier and TypeMethodDescription@Nullable StringChannel.getPattern()Retrieves the regex pattern used by this channel for matching messages.Method parameters in me.croabeast.takion.channel with annotations of type RegexModifier and TypeMethodDescriptionvoidChannel.setPattern(@Nullable String pattern) Sets the regex pattern to be used for matching messages in this channel. -
Uses of Regex in me.croabeast.takion.chat
Fields in me.croabeast.takion.chat with annotations of type RegexModifier and TypeFieldDescriptionstatic final StringMultiComponent.CLICK_REGEXRegular expression for matching click actions in the format strings.static final StringMultiComponent.DEFAULT_REGEXDefault format pattern for parsing text with optional hover and click directives. -
Uses of Regex in me.croabeast.takion.format
Methods in me.croabeast.takion.format with annotations of type Regex