Interface CloneCommand.class_8009<T,R>

Enclosing class:
CloneCommand
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface CloneCommand.class_8009<T,R>
Mappings:
Namespace Name
official adx$b
intermediary net/minecraft/class_3023$class_8009
named net/minecraft/server/command/CloneCommand$class_8009
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details

    • apply

      R apply(T t) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException