net.minecraft.command

public class SingleCommandAction$MultiSource<T extends AbstractServerCommandSource<T>>

extends SingleCommandAction<T> implements CommandAction<T>

All mapped superinterfaces:

CommandAction

net.minecraft.commands.execution.tasks.BuildContexts$Continuation
net.minecraft.class_8858$class_8859
net.minecraft.command.SingleCommandAction$MultiSource

Field summary

Modifier and TypeField
private final ExecutionFlags
modifiers
field_47164
flags
private final T
originalSource
field_47165
baseSource
private final List<T>
sources
field_46745
sources

Constructor summary

ModifierConstructor
public (String command, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, T baseSource, List<T> sources)

Method summary

Modifier and TypeMethod
public void
execute(ExecutionContext<T> context, Frame frame)
method_1_126(class_8854<T> arg0, class_8937 arg1)
execute(CommandExecutionContext<T> arg0, Frame arg1)