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

io.github.freya022.botcommands.api.utils.RichTextConsumer Maven / Gradle / Ivy

package io.github.freya022.botcommands.api.utils;

import org.jspecify.annotations.NullMarked;

@NullMarked
@FunctionalInterface
public interface RichTextConsumer {
    void consume(String substring, RichTextType type);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy