Package net.minecraft.command
Class SingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>
java.lang.Object
net.minecraft.command.SingleCommandAction<T>
net.minecraft.command.SingleCommandAction.MultiSource<T>
- All Implemented Interfaces:
CommandAction<T>
- Enclosing class:
SingleCommandAction<T extends AbstractServerCommandSource<T>>
public static class SingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>
extends SingleCommandAction<T>
implements CommandAction<T>
- Mappings:
Namespace Name official gu$aintermediary net/minecraft/class_8858$class_8859named net/minecraft/command/SingleCommandAction$MultiSource
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.SingleCommandAction
SingleCommandAction.MultiSource<T extends AbstractServerCommandSource<T>>, SingleCommandAction.SingleSource<T extends AbstractServerCommandSource<T>>, SingleCommandAction.Sourced<T extends AbstractServerCommandSource<T>> -
Field Summary
FieldsFields inherited from class net.minecraft.command.SingleCommandAction
FORK_LIMIT_EXCEPTION -
Constructor Summary
ConstructorsConstructorDescriptionMultiSource(String command, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, T t, List<T> list) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandExecutionContext<T> context, class_8937 class_8937) Methods inherited from class net.minecraft.command.SingleCommandAction
execute, toString, traceCommandStart
-
Field Details
-
field_47164
- Mappings:
Namespace Name Mixin selector official bLgu$a;b:Lgj;intermediary field_47164Lnet/minecraft/class_8858$class_8859;field_47164:Lnet/minecraft/class_8936;named field_47164Lnet/minecraft/command/SingleCommandAction$MultiSource;field_47164:Lnet/minecraft/class_8936;
-
field_47165
- Mappings:
Namespace Name Mixin selector official cLgu$a;c:Ldw;intermediary field_47165Lnet/minecraft/class_8858$class_8859;field_47165:Lnet/minecraft/class_8839;named field_47165Lnet/minecraft/command/SingleCommandAction$MultiSource;field_47165:Lnet/minecraft/server/command/AbstractServerCommandSource;
-
sources
- Mappings:
Namespace Name Mixin selector official dLgu$a;d:Ljava/util/List;intermediary field_46745Lnet/minecraft/class_8858$class_8859;field_46745:Ljava/util/List;named sourcesLnet/minecraft/command/SingleCommandAction$MultiSource;sources:Ljava/util/List;
-
-
Constructor Details
-
MultiSource
public MultiSource(String command, com.mojang.brigadier.context.ContextChain<T> contextChain, class_8936 class_8936, T t, List<T> list) - Mappings:
Namespace Name Mixin selector official <init>Lgu$a;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;Lgj;Ldw;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_8858$class_8859;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8839;Ljava/util/List;)Vnamed <init>Lnet/minecraft/command/SingleCommandAction$MultiSource;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/server/command/AbstractServerCommandSource;Ljava/util/List;)V
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommandAction<T extends AbstractServerCommandSource<T>>- Mappings:
Namespace Name Mixin selector official executeLgn;execute(Lgo;Lgq;)Vintermediary executeLnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Vnamed executeLnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/class_8937;)V
-