Package dev.jorel.commandapi.arguments
Interface Literal<Impl extends AbstractArgument<String,?,?,?>>
- All Superinterfaces:
ChainableBuilder<Impl>
public interface Literal<Impl extends AbstractArgument<String,?,?,?>>
extends ChainableBuilder<Impl>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the literal string represented by this argumentMethods inherited from interface dev.jorel.commandapi.ChainableBuilder
instance
-
Method Details
-
getLiteral
String getLiteral()Returns the literal string represented by this argument- Returns:
- the literal string represented by this argument
-