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 official ajg$a
intermediary net/minecraft/class_3050$class_8830
named net/minecraft/server/command/ExecuteCommand$FunctionNamesGetter
-
Method Summary
-
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 official get
Lajg$a;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;
named get
Lnet/minecraft/server/command/ExecuteCommand$FunctionNamesGetter;get(Lcom/mojang/brigadier/context/CommandContext;)Ljava/lang/Object;
-