Interface DataCommand.class_8569

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.class_8569
Mappings:
Namespace Name
official agy$d
intermediary net/minecraft/class_3164$class_8569
named net/minecraft/server/command/DataCommand$class_8569
  • 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