Uses of Enum Class
ua.mcchickenstudio.opencreative.settings.filters.FilterTextAction
Packages that use FilterTextAction
-
Uses of FilterTextAction in ua.mcchickenstudio.opencreative.settings.filters
Subclasses with type arguments of type FilterTextAction in ua.mcchickenstudio.opencreative.settings.filtersMethods in ua.mcchickenstudio.opencreative.settings.filters that return FilterTextActionModifier and TypeMethodDescriptionstatic FilterTextActionReturns the enum constant of this class with the specified name.static FilterTextAction[]FilterTextAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ua.mcchickenstudio.opencreative.settings.filters with parameters of type FilterTextActionModifierConstructorDescriptionFilterRule(@NotNull String id, boolean warnPlayer, boolean notifyStaff, boolean checkChat, boolean checkAnvils, boolean checkBooks, boolean checkSigns, @NotNull FilterTextAction action, @NotNull String replacement, @NotNull List<Pattern> patterns, @NotNull List<Command> commands)