TripleContextCoordinatesArg

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val greedy: Boolean = true

Whether this argument is greedy. If yes, it will consume all given strings until args.size - remainingArgs. Only one argument can be greedy in a path.

Link copied to clipboard
open override val length: Int = 3
Link copied to clipboard

Functions

Link copied to clipboard
open fun errorMessage(sender: CommandSender, value: String): Message
Link copied to clipboard
open override fun parse(sender: CommandSender, value: String): TripleContextCoordinates?
Link copied to clipboard
open override fun tabComplete(sender: CommandSender, typing: String): List<String>
Link copied to clipboard
open override fun toString(): String