CommandAPI 9.4.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.Literal< Impl > Interface Template Reference

An interface representing literal-based arguments. More...

+ Inheritance diagram for dev.jorel.commandapi.arguments.Literal< Impl >:

Public Member Functions

String getLiteral ()
 Returns the literal string represented by this argument. More...
 
Impl instance ()
 Returns the instance of this class with the class Impl. More...
 

Detailed Description

An interface representing literal-based arguments.

Member Function Documentation

◆ getLiteral()

String dev.jorel.commandapi.arguments.Literal< Impl >.getLiteral ( )

Returns the literal string represented by this argument.

Returns
the literal string represented by this argument

◆ instance()

Impl dev.jorel.commandapi.ChainableBuilder< Impl >.instance ( )
inherited

Returns the instance of this class with the class Impl.

Used for chaining builder methods.

Implemented in dev.jorel.commandapi.arguments.Argument< T >.