Package net.minecraft.server.command
Interface CommandManager.CommandParser
- Enclosing class:
CommandManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official ds$b
intermediary net/minecraft/class_2170$class_2171
named net/minecraft/server/command/CommandManager$CommandParser
-
Method Summary
-
Method Details
-
parse
void parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official parse
Lds$b;parse(Lcom/mojang/brigadier/StringReader;)V
intermediary parse
Lnet/minecraft/class_2170$class_2171;parse(Lcom/mojang/brigadier/StringReader;)V
named parse
Lnet/minecraft/server/command/CommandManager$CommandParser;parse(Lcom/mojang/brigadier/StringReader;)V
-