Uses of Interface
site.lab0x13.scrow.commands.model.literal.Literal
Packages that use Literal
-
Uses of Literal in site.lab0x13.scrow.commands.model.literal
Subinterfaces of Literal in site.lab0x13.scrow.commands.model.literalClasses in site.lab0x13.scrow.commands.model.literal that implement LiteralModifier and TypeClassDescriptionclassDynamicLiteral<C extends CommandContext<C>>classRootLiteralWrapper<C extends CommandContext<C>>classStaticLiteral<C extends CommandContext<C>>Methods in site.lab0x13.scrow.commands.model.literal that return LiteralModifier and TypeMethodDescriptionDynamicLiteralBuilder.build()LiteralBuilder.build()StaticLiteralBuilder.build()Literal.getSubLiteral(String name) RootLiteralWrapper.getSubLiteral(String name) StaticLiteral.getSubLiteral(String name) Methods in site.lab0x13.scrow.commands.model.literal with parameters of type LiteralMethod parameters in site.lab0x13.scrow.commands.model.literal with type arguments of type LiteralModifier and TypeMethodDescriptionDynamicLiteralBuilder.withSubLiteralProvider(Function<String, @Nullable Literal<C>> literalProvider) Constructors in site.lab0x13.scrow.commands.model.literal with parameters of type Literal -
Uses of Literal in site.lab0x13.scrow.commands.parser
Methods in site.lab0x13.scrow.commands.parser that return LiteralModifier and TypeMethodDescriptionWalkResult.ArgumentExpected.lastLiteral()Returns the value of thelastLiteralrecord component.WalkResult.ArgumentIllegal.lastLiteral()Returns the value of thelastLiteralrecord component.WalkResult.Complete.lastLiteral()Returns the value of thelastLiteralrecord component.WalkResult.lastLiteral()WalkResult.LiteralExpected.lastLiteral()Returns the value of thelastLiteralrecord component.WalkResult.LiteralUnknown.lastLiteral()Returns the value of thelastLiteralrecord component.Constructors in site.lab0x13.scrow.commands.parser with parameters of type LiteralModifierConstructorDescriptionCreates an instance of aArgumentExpectedrecord class.ArgumentIllegal(C ctx, Literal<C> lastLiteral, boolean isValidUsage, String message, Argument<C, ?> arg, String input) Creates an instance of aArgumentIllegalrecord class.Creates an instance of aCompleterecord class.LiteralExpected(C ctx, Literal<C> lastLiteral, boolean isValidUsage) Creates an instance of aLiteralExpectedrecord class.LiteralUnknown(C ctx, Literal<C> lastLiteral, String input) Creates an instance of aLiteralUnknownrecord class.