Package net.minecraft
Interface class_8851<T>
- All Known Subinterfaces:
class_8851.class_8852<T>
- All Known Implementing Classes:
ExecuteCommand.class_8831
,ReturnCommand.class_8834
public interface class_8851<T>
- Mappings:
Namespace Name official gl
intermediary net/minecraft/class_8851
named net/minecraft/class_8851
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
method_54270
(List<T> list, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, class_8855<T> class_8855)
-
Method Details
-
method_54270
void method_54270(List<T> list, com.mojang.brigadier.context.ContextChain<T> contextChain, boolean bool, class_8855<T> class_8855) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lgl;a(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)V
intermediary method_54270
Lnet/minecraft/class_8851;method_54270(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
named method_54270
Lnet/minecraft/class_8851;method_54270(Ljava/util/List;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
-