All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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