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

dev.jorel.commandapi.wrappers.PreviewableFunction Maven / Gradle / Ivy

There is a newer version: 9.5.3
Show newest version
package dev.jorel.commandapi.wrappers;

import dev.jorel.commandapi.arguments.PreviewInfo;
import dev.jorel.commandapi.exceptions.WrapperCommandSyntaxException;

public interface PreviewableFunction {

	public T generatePreview(PreviewInfo info) throws WrapperCommandSyntaxException;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy