Class BlockedGradientPattern
java.lang.Object
net.lucypoulton.squirtgun.format.blocked.BlockedGradientPattern
- All Implemented Interfaces:
FormatPattern
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlockedGradientPattern
-
-
Method Details
-
process
public net.kyori.adventure.text.Component process(@NotNull @NotNull String in, String overrideFormatter) Description copied from interface:FormatPatternParses the given string to a component.- Specified by:
processin interfaceFormatPattern- Parameters:
in- the string to parseoverrideFormatter- a string containing vanilla formatters, ie 'lo', to apply to the text- Returns:
- the component, or null if the string doesnt match the format
-