CommandAPI 9.4.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.ChainableBuilder< Impl > Interface Template Reference
+ Inheritance diagram for dev.jorel.commandapi.ChainableBuilder< Impl >:

Public Member Functions

Impl instance ()
 Returns the instance of this class with the class Impl. More...
 

Detailed Description

Parameters
<Impl>The class extending this class, used as the return type for chain calls

Member Function Documentation

◆ instance()

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

Returns the instance of this class with the class Impl.

Used for chaining builder methods.

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