Package net.minecraft.command
Interface ArgumentGetter<T,R>
- 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/command/ArgumentGetter
intermediary net/minecraft/class_10618
official aoe
-
Method Details
-
apply
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/command/ArgumentGetter;apply(Ljava/lang/Object;)Ljava/lang/Object;
intermediary apply
Lnet/minecraft/class_10618;apply(Ljava/lang/Object;)Ljava/lang/Object;
official apply
Laoe;apply(Ljava/lang/Object;)Ljava/lang/Object;
-