Package net.minecraft.server.command
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.
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/ExecuteCommand$FunctionNamesGetter- intermediary - net/minecraft/class_3050$class_8830- official - amy$a
- 
Method Summary
- 
Method Details- 
getR 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- Lamy$a;get(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
 
 
-