Interface ExecuteCommand.FunctionNamesGetter<T,R>

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

@FunctionalInterface public static interface ExecuteCommand.FunctionNamesGetter<T,R>
Mappings:
Namespace Name
named net/minecraft/server/command/ExecuteCommand$FunctionNamesGetter
intermediary net/minecraft/class_3050$class_8830
official ang$a
  • Method Summary

    Modifier and Type
    Method
    Description
    get(com.mojang.brigadier.context.CommandContext<T> context)
     
  • Method Details

    • get

      R get(com.mojang.brigadier.context.CommandContext<T> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/server/command/ExecuteCommand$FunctionNamesGetter;get(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
      intermediary get Lnet/minecraft/class_3050$class_8830;get(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
      official get Lang$a;get(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;