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

dev.jorel.commandapi.arguments.MultiLiteral Maven / Gradle / Ivy

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

import dev.jorel.commandapi.ChainableBuilder;

/**
 * An interface representing arguments with multiple literal string definitions
 */
public interface MultiLiteral
/// @endcond
> extends ChainableBuilder {
	// MultiLiteral specific information

	/**
	 * Returns the literals that are present in this argument
	 *
	 * @return the literals that are present in this argument
	 */
	String[] getLiterals();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy