
com.freya02.botcommands.api.utils.RichTextConsumer Maven / Gradle / Ivy
package com.freya02.botcommands.api.utils;
@FunctionalInterface
public interface RichTextConsumer {
void consume(String substring, RichTextType type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy