Package net.minecraft.server.command
Interface DataCommand.Processor
- Enclosing class:
DataCommand
- 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 alu$d
intermediary net/minecraft/class_3164$class_8569
named net/minecraft/server/command/DataCommand$Processor
-
Method Summary
-
Method Details
-
process
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official process
Lalu$d;process(Ljava/lang/String;)Ljava/lang/String;
intermediary process
Lnet/minecraft/class_3164$class_8569;process(Ljava/lang/String;)Ljava/lang/String;
named process
Lnet/minecraft/server/command/DataCommand$Processor;process(Ljava/lang/String;)Ljava/lang/String;
-