JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
L
N
P
R
S
A
appendHelpExecutor(HelpAppender.HelpSender<S>, CommandDispatcher<S>, CommandNode<S>)
- Static method in class net.lenni0451.commons.brigadier.
HelpAppender
argument(String, ArgumentType<T>)
- Method in interface net.lenni0451.commons.brigadier.
CommandBuilder
Create a new required argument builder with the given name and type.
argument(String, ArgumentType<?>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Add a new argument node to the line.
B
build()
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
C
CommandBuilder
<
S
> - Interface in
net.lenni0451.commons.brigadier
A utility interface to make creating brigadier commands easier.
create()
- Static method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Create a new line argument builder.
Since no parent is provided, the first node
can not
be optional.
Use
LineArgumentBuilder.create(ArgumentBuilder)
to create a line with a parent.
create(ArgumentBuilder<S, ?>)
- Static method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Create a new line argument builder with the given parent.
This is only required if the first node should be optional.
D
defaultValue()
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Make the most recent
literal
node optional.
defaultValue(Object)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Make the most recent
argument
node optional with the given default value.
defaultValue(Supplier<Object>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Make the most recent
argument
node optional with the given default supplier.
E
execute(Consumer<CommandContext<S>>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Set the executor for the line and finalize it.
The line can no longer be modified after this method has been called.
execute(Command<S>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Set the executor for the line and finalize it.
The line can no longer be modified after this method has been called.
G
getThis()
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
H
HelpAppender
- Class in
net.lenni0451.commons.brigadier
HelpAppender()
- Constructor for class net.lenni0451.commons.brigadier.
HelpAppender
HelpAppender.HelpSender
<
S
> - Interface in
net.lenni0451.commons.brigadier
L
line()
- Method in interface net.lenni0451.commons.brigadier.
CommandBuilder
Create a new line argument builder.
Since no parent is provided, the first node
can not
be optional.
Use
CommandBuilder.line(ArgumentBuilder, Consumer)
to create a line with a parent.
line(B, Consumer<LineArgumentBuilder<S>>)
- Method in interface net.lenni0451.commons.brigadier.
CommandBuilder
Create a new line argument builder with the given parent.
This is only required if the first node should be optional.
LineArgumentBuilder
<
S
> - Class in
net.lenni0451.commons.brigadier
literal(String)
- Method in interface net.lenni0451.commons.brigadier.
CommandBuilder
Create a new literal argument builder with the given literal.
literal(String)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Add a new literal node to the line.
N
net.lenni0451.commons.brigadier
- package net.lenni0451.commons.brigadier
newAutoHelpAppendingCommandDispatcher(HelpAppender.HelpSender<S>)
- Static method in class net.lenni0451.commons.brigadier.
HelpAppender
node(ArgumentBuilder<S, ?>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Add a new node to the line.
P
printHelp(HelpAppender.HelpSender<S>, CommandDispatcher<S>, CommandNode<S>, S, String, String)
- Static method in class net.lenni0451.commons.brigadier.
HelpAppender
R
require(Predicate<S>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Add a requirement to the most recent node.
S
send(S, String, List<String>)
- Method in interface net.lenni0451.commons.brigadier.
HelpAppender.HelpSender
suggest(SuggestionProvider<S>)
- Method in class net.lenni0451.commons.brigadier.
LineArgumentBuilder
Add a suggestion provider to the most recent node.
suggest(Consumer<List<String>>)
- Static method in class net.lenni0451.commons.brigadier.
SuggestionBuilder
SuggestionBuilder
- Class in
net.lenni0451.commons.brigadier
SuggestionBuilder()
- Constructor for class net.lenni0451.commons.brigadier.
SuggestionBuilder
A
B
C
D
E
G
H
L
N
P
R
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes