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.

@FunctionalInterface private static interface DataCommand.Processor
Mappings:
Namespace Name
official alu$d
intermediary net/minecraft/class_3164$class_8569
named net/minecraft/server/command/DataCommand$Processor
  • Method Summary

    Modifier and Type
    Method
    Description
    process(String string)
     
  • Method Details

    • process

      String process(String string) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      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;