
com.freya02.botcommands.api.localization.LocalizationTemplate Maven / Gradle / Ivy
package com.freya02.botcommands.api.localization;
import org.jetbrains.annotations.NotNull;
/**
* Allows different implementation of localization templates.
*
Those templates can have different specifications if you wish, but the default one is in {@link DefaultLocalizationTemplate}.
*
* @see DefaultLocalizationTemplate
*/
public interface LocalizationTemplate {
@NotNull String localize(Localization.Entry... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy