Index
All Classes and Interfaces|All Packages
A
- AbstractCommandContext<C> - Class in site.lab0x13.scrow.commands.model
- AbstractCommandContext() - Constructor for class site.lab0x13.scrow.commands.model.AbstractCommandContext
- addParsedArgument(Argument, String, V) - Method in class site.lab0x13.scrow.commands.model.AbstractCommandContext
- addParsedArgument(Argument, String, V) - Method in interface site.lab0x13.scrow.commands.model.CommandContext
- arg() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Returns the value of the
argrecord component. - arg() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns the value of the
argrecord component. - argument() - Method in record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Returns the value of the
argumentrecord component. - Argument<C,
V> - Record Class in site.lab0x13.scrow.commands.model.argument - Argument(String, ArgumentType, List, SuggestionProvider, DefaultValueProvider) - Constructor for record class site.lab0x13.scrow.commands.model.argument.Argument
-
Creates an instance of a
Argumentrecord class. - ArgumentBuilder<C,
V> - Class in site.lab0x13.scrow.commands.model.argument - ArgumentExpected(C, Literal, boolean, Argument) - Constructor for record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Creates an instance of a
ArgumentExpectedrecord class. - ArgumentIllegal(C, Literal, boolean, String, Argument, String) - Constructor for record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Creates an instance of a
ArgumentIllegalrecord class. - ArgumentPredicate<C,
V> - Interface in site.lab0x13.scrow.commands.model.argument - ArgumentRequirement<C,
V> - Record Class in site.lab0x13.scrow.commands.model.argument - ArgumentRequirement(ArgumentPredicate, String) - Constructor for record class site.lab0x13.scrow.commands.model.argument.ArgumentRequirement
-
Creates an instance of a
ArgumentRequirementrecord class. - arguments - Variable in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- arguments() - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteral
- arguments() - Method in interface site.lab0x13.scrow.commands.model.literal.Literal
- arguments() - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
- ArgumentType<C,
V> - Interface in site.lab0x13.scrow.commands.model.argument - asRootLiteral(MessageStyle) - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
B
- BooleanArgumentType<C> - Class in site.lab0x13.scrow.commands.model.argument.types
- BooleanArgumentType() - Constructor for class site.lab0x13.scrow.commands.model.argument.types.BooleanArgumentType
- build() - Method in class site.lab0x13.scrow.commands.model.argument.ArgumentBuilder
- build() - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteralBuilder
- build() - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- build() - Method in class site.lab0x13.scrow.commands.model.literal.StaticLiteralBuilder
- builder(String...) - Static method in interface site.lab0x13.scrow.commands.model.literal.Literal
- builder(String, ArgumentType) - Static method in record class site.lab0x13.scrow.commands.model.argument.Argument
C
- check(C, V) - Method in interface site.lab0x13.scrow.commands.model.argument.ArgumentPredicate
- checkPermission(C, String) - Method in interface site.lab0x13.scrow.commands.PlatformAdapter
- CommandContext<C> - Interface in site.lab0x13.scrow.commands.model
- CommandExecutor<C> - Interface in site.lab0x13.scrow.commands.model
- CommandExecutor.Sync<C> - Interface in site.lab0x13.scrow.commands.model
- CommandHandler<C> - Class in site.lab0x13.scrow.commands
- CommandHandler(PlatformAdapter) - Constructor for class site.lab0x13.scrow.commands.CommandHandler
- Complete(C, Literal) - Constructor for record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
-
Creates an instance of a
Completerecord class. - ctx() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Returns the value of the
ctxrecord component. - ctx() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns the value of the
ctxrecord component. - ctx() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
-
Returns the value of the
ctxrecord component. - ctx() - Method in interface site.lab0x13.scrow.commands.parser.WalkResult
- ctx() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Returns the value of the
ctxrecord component. - ctx() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Returns the value of the
ctxrecord component.
D
- defaultSuggestionProvider() - Method in interface site.lab0x13.scrow.commands.model.argument.ArgumentType
- defaultSuggestionProvider() - Method in class site.lab0x13.scrow.commands.model.argument.types.BooleanArgumentType
- defaultSuggestionProvider() - Method in class site.lab0x13.scrow.commands.model.argument.types.DoubleArgumentType
- defaultSuggestionProvider() - Method in class site.lab0x13.scrow.commands.model.argument.types.IntegerArgumentType
- defaultSuggestionProvider() - Method in record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
- defaultValueProvider() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns the value of the
defaultValueProviderrecord component. - DefaultValueProvider<C,
V> - Interface in site.lab0x13.scrow.commands.model.argument - DoubleArgumentType<C> - Class in site.lab0x13.scrow.commands.model.argument.types
- DoubleArgumentType() - Constructor for class site.lab0x13.scrow.commands.model.argument.types.DoubleArgumentType
- dynamic(String...) - Static method in interface site.lab0x13.scrow.commands.model.literal.Literal
- DynamicLiteral<C> - Class in site.lab0x13.scrow.commands.model.literal
- DynamicLiteral(List, CommandExecutor, List, String) - Constructor for class site.lab0x13.scrow.commands.model.literal.DynamicLiteral
- DynamicLiteralBuilder<C> - Class in site.lab0x13.scrow.commands.model.literal
E
- equals(Object) - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.model.argument.ArgumentRequirement
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Indicates whether some other object is "equal to" this one.
- err(String) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- err(Component) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- errorMessage() - Method in record class site.lab0x13.scrow.commands.model.argument.ArgumentRequirement
-
Returns the value of the
errorMessagerecord component. - exception(String) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- exception(Throwable) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- exception(Component) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- execute(C) - Method in interface site.lab0x13.scrow.commands.model.CommandExecutor
- execute(C) - Method in interface site.lab0x13.scrow.commands.model.CommandExecutor.Sync
- executeSync(C) - Method in interface site.lab0x13.scrow.commands.model.CommandExecutor.Sync
- executor - Variable in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- executor() - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteral
- executor() - Method in interface site.lab0x13.scrow.commands.model.literal.Literal
- executor() - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
G
- getArg(String) - Method in interface site.lab0x13.scrow.commands.model.CommandContext
- getArg(Argument) - Method in interface site.lab0x13.scrow.commands.model.CommandContext
- getArgument(String) - Method in class site.lab0x13.scrow.commands.model.AbstractCommandContext
- getArgument(String) - Method in interface site.lab0x13.scrow.commands.model.CommandContext
- getArgument(Argument) - Method in interface site.lab0x13.scrow.commands.model.CommandContext
- getDefault(C) - Method in interface site.lab0x13.scrow.commands.model.argument.DefaultValueProvider
- getSubLiteral(String) - Method in interface site.lab0x13.scrow.commands.model.literal.Literal
- getSubLiteral(String) - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
- getSubLiteral(String) - Method in class site.lab0x13.scrow.commands.model.literal.StaticLiteral
- getThis() - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteralBuilder
- getThis() - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- getThis() - Method in class site.lab0x13.scrow.commands.model.literal.StaticLiteralBuilder
- greedy() - Method in interface site.lab0x13.scrow.commands.model.argument.ArgumentType
- greedy() - Method in record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
-
Returns the value of the
greedyrecord component.
H
- hashCode() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.model.argument.ArgumentRequirement
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Returns a hash code value for this object.
- hashCode() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Returns a hash code value for this object.
I
- id() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns the value of the
idrecord component. - input() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns the value of the
inputrecord component. - input() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Returns the value of the
inputrecord component. - IntegerArgumentType<C> - Class in site.lab0x13.scrow.commands.model.argument.types
- IntegerArgumentType() - Constructor for class site.lab0x13.scrow.commands.model.argument.types.IntegerArgumentType
- invoke(RootLiteral, C, Stream) - Method in class site.lab0x13.scrow.commands.CommandHandler
- IScrowCommands<C> - Interface in site.lab0x13.scrow.commands
- isValidUsage() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Returns the value of the
isValidUsagerecord component. - isValidUsage() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns the value of the
isValidUsagerecord component. - isValidUsage() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
- isValidUsage() - Method in interface site.lab0x13.scrow.commands.parser.WalkResult
- isValidUsage() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Returns the value of the
isValidUsagerecord component. - isValidUsage() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
L
- lastLiteral() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Returns the value of the
lastLiteralrecord component. - lastLiteral() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns the value of the
lastLiteralrecord component. - lastLiteral() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
-
Returns the value of the
lastLiteralrecord component. - lastLiteral() - Method in interface site.lab0x13.scrow.commands.parser.WalkResult
- lastLiteral() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Returns the value of the
lastLiteralrecord component. - lastLiteral() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Returns the value of the
lastLiteralrecord component. - Literal<C> - Interface in site.lab0x13.scrow.commands.model.literal
- LiteralBuilder<C,
B> - Class in site.lab0x13.scrow.commands.model.literal - LiteralBuilder(String...) - Constructor for class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- LiteralExpected(C, Literal, boolean) - Constructor for record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Creates an instance of a
LiteralExpectedrecord class. - LiteralMeta - Interface in site.lab0x13.scrow.commands.model.literal
- LiteralUnknown(C, Literal, String) - Constructor for record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Creates an instance of a
LiteralUnknownrecord class.
M
- message() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
- message() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns the value of the
messagerecord component. - message() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
- message() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
- message() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
- message() - Method in interface site.lab0x13.scrow.commands.parser.WalkResult
- MessageStyle - Interface in site.lab0x13.scrow.commands.model.literal
N
- names - Variable in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- names() - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteral
- names() - Method in interface site.lab0x13.scrow.commands.model.literal.LiteralMeta
- names() - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
- Node<C> - Interface in site.lab0x13.scrow.commands.model
- NodeTreeWalker<C> - Class in site.lab0x13.scrow.commands.parser
- NodeTreeWalker(PlatformAdapter) - Constructor for class site.lab0x13.scrow.commands.parser.NodeTreeWalker
- none() - Static method in interface site.lab0x13.scrow.commands.model.argument.DefaultValueProvider
- none() - Static method in interface site.lab0x13.scrow.commands.model.SuggestionProvider
O
- of(String...) - Static method in interface site.lab0x13.scrow.commands.model.literal.LiteralMeta
- of(List, String) - Static method in interface site.lab0x13.scrow.commands.model.literal.LiteralMeta
- ok(String) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- ok(Component) - Method in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
P
- parse(C, String) - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
- ParsedArgument<C,
V> - Record Class in site.lab0x13.scrow.commands.model.argument - ParsedArgument(Argument, String, V) - Constructor for record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Creates an instance of a
ParsedArgumentrecord class. - parseInput(String) - Method in interface site.lab0x13.scrow.commands.model.argument.ArgumentType
- parseInput(String) - Method in class site.lab0x13.scrow.commands.model.argument.types.BooleanArgumentType
- parseInput(String) - Method in class site.lab0x13.scrow.commands.model.argument.types.DoubleArgumentType
- parseInput(String) - Method in class site.lab0x13.scrow.commands.model.argument.types.IntegerArgumentType
- parseInput(String) - Method in record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
- permission - Variable in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- permission() - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteral
- permission() - Method in interface site.lab0x13.scrow.commands.model.literal.LiteralMeta
- permission() - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
- PLAIN - Static variable in interface site.lab0x13.scrow.commands.model.literal.MessageStyle
- PlatformAdapter<C> - Interface in site.lab0x13.scrow.commands
- predicate() - Method in record class site.lab0x13.scrow.commands.model.argument.ArgumentRequirement
-
Returns the value of the
predicaterecord component.
R
- rawValue() - Method in record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Returns the value of the
rawValuerecord component. - register(RootLiteral) - Method in interface site.lab0x13.scrow.commands.IScrowCommands
- requirements() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns the value of the
requirementsrecord component. - RootLiteral<C> - Interface in site.lab0x13.scrow.commands.model.literal
- RootLiteralWrapper<C> - Class in site.lab0x13.scrow.commands.model.literal
- RootLiteralWrapper(Literal, MessageStyle) - Constructor for class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
S
- sendMessage(C, Component) - Method in interface site.lab0x13.scrow.commands.PlatformAdapter
- site.lab0x13.scrow.commands - package site.lab0x13.scrow.commands
- site.lab0x13.scrow.commands.model - package site.lab0x13.scrow.commands.model
- site.lab0x13.scrow.commands.model.argument - package site.lab0x13.scrow.commands.model.argument
- site.lab0x13.scrow.commands.model.argument.types - package site.lab0x13.scrow.commands.model.argument.types
- site.lab0x13.scrow.commands.model.literal - package site.lab0x13.scrow.commands.model.literal
- site.lab0x13.scrow.commands.parser - package site.lab0x13.scrow.commands.parser
- StaticLiteral<C> - Class in site.lab0x13.scrow.commands.model.literal
- StaticLiteral(List, CommandExecutor, List, String, List) - Constructor for class site.lab0x13.scrow.commands.model.literal.StaticLiteral
- StaticLiteralBuilder<C> - Class in site.lab0x13.scrow.commands.model.literal
- StringArgumentType<C> - Record Class in site.lab0x13.scrow.commands.model.argument.types
- StringArgumentType() - Constructor for record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
- StringArgumentType(boolean) - Constructor for record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
-
Creates an instance of a
StringArgumentTyperecord class. - style() - Method in interface site.lab0x13.scrow.commands.model.literal.RootLiteral
- style() - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
- subLiteralMetas() - Method in interface site.lab0x13.scrow.commands.model.literal.Literal
- subLiteralMetas() - Method in class site.lab0x13.scrow.commands.model.literal.RootLiteralWrapper
- subLiteralMetas() - Method in class site.lab0x13.scrow.commands.model.literal.StaticLiteral
- suggest(C, String) - Method in interface site.lab0x13.scrow.commands.model.SuggestionProvider
- suggest(RootLiteral, C, String[], boolean) - Method in class site.lab0x13.scrow.commands.CommandHandler
- suggestionProvider() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns the value of the
suggestionProviderrecord component. - suggestionProvider() - Method in interface site.lab0x13.scrow.commands.model.literal.Literal
- suggestionProvider() - Method in interface site.lab0x13.scrow.commands.model.Node
- SuggestionProvider<C> - Interface in site.lab0x13.scrow.commands.model
T
- toString() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.model.argument.ArgumentRequirement
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.model.argument.types.StringArgumentType
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentExpected
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.ArgumentIllegal
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.Complete
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralExpected
-
Returns a string representation of this record class.
- toString() - Method in record class site.lab0x13.scrow.commands.parser.WalkResult.LiteralUnknown
-
Returns a string representation of this record class.
- type() - Method in record class site.lab0x13.scrow.commands.model.argument.Argument
-
Returns the value of the
typerecord component.
V
- value() - Method in record class site.lab0x13.scrow.commands.model.argument.ParsedArgument
-
Returns the value of the
valuerecord component.
W
- walk(C, RootLiteral, Iterator) - Method in class site.lab0x13.scrow.commands.parser.NodeTreeWalker
- WalkResult<C> - Interface in site.lab0x13.scrow.commands.parser
- WalkResult.ArgumentExpected<C> - Record Class in site.lab0x13.scrow.commands.parser
- WalkResult.ArgumentIllegal<C> - Record Class in site.lab0x13.scrow.commands.parser
- WalkResult.Complete<C> - Record Class in site.lab0x13.scrow.commands.parser
- WalkResult.LiteralExpected<C> - Record Class in site.lab0x13.scrow.commands.parser
- WalkResult.LiteralUnknown<C> - Record Class in site.lab0x13.scrow.commands.parser
- withArgument(Argument) - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- withDefaultValue(DefaultValueProvider) - Method in class site.lab0x13.scrow.commands.model.argument.ArgumentBuilder
- withExecutor(CommandExecutor) - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- withPermission(String) - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
- withRequirement(ArgumentPredicate, String) - Method in class site.lab0x13.scrow.commands.model.argument.ArgumentBuilder
- withSubLiteral(Literal) - Method in class site.lab0x13.scrow.commands.model.literal.StaticLiteralBuilder
- withSubLiteralMetas(Supplier) - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteralBuilder
- withSubLiteralProvider(Function) - Method in class site.lab0x13.scrow.commands.model.literal.DynamicLiteralBuilder
- withSuggestionProvider(SuggestionProvider) - Method in class site.lab0x13.scrow.commands.model.argument.ArgumentBuilder
- withSyncExecutor(CommandExecutor.Sync) - Method in class site.lab0x13.scrow.commands.model.literal.LiteralBuilder
All Classes and Interfaces|All Packages