Interface CloneCommand.ArgumentGetter<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.ArgumentGetter<T,R>
Mappings:
Namespace Name
official aeb$b
intermediary net/minecraft/class_3023$class_8009
named net/minecraft/server/command/CloneCommand$ArgumentGetter
  • Method Summary

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

    • apply

      R apply(T value) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official apply Laeb$b;apply(Ljava/lang/Object;)Ljava/lang/Object;
      intermediary apply Lnet/minecraft/class_3023$class_8009;apply(Ljava/lang/Object;)Ljava/lang/Object;
      named apply Lnet/minecraft/server/command/CloneCommand$ArgumentGetter;apply(Ljava/lang/Object;)Ljava/lang/Object;