
com.freya02.botcommands.api.commands.prefixed.TextGeneratedValueSupplier Maven / Gradle / Ivy
package com.freya02.botcommands.api.commands.prefixed;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@FunctionalInterface
public interface TextGeneratedValueSupplier {
@Nullable
Object getDefaultValue(@NotNull BaseCommandEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy