Package net.minecraft.command
Class SingleCommandAction.Sourced<T extends AbstractServerCommandSource<T>>
java.lang.Object
net.minecraft.command.SingleCommandAction<T>
net.minecraft.command.SingleCommandAction.Sourced<T>
- All Implemented Interfaces:
 SourcedCommandAction<T>
- Enclosing class:
 SingleCommandAction<T extends AbstractServerCommandSource<T>>
public static class SingleCommandAction.Sourced<T extends AbstractServerCommandSource<T>>
extends SingleCommandAction<T>
implements SourcedCommandAction<T>
- Mappings:
 Namespace Name named net/minecraft/command/SingleCommandAction$Sourcedintermediary net/minecraft/class_8858$class_8861official id$c
- 
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
Fields inherited from class net.minecraft.command.SingleCommandAction
FORK_LIMIT_EXCEPTION - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) Methods inherited from class net.minecraft.command.SingleCommandAction
execute, toString, traceCommandStartMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.command.SourcedCommandAction
bind 
- 
Constructor Details
- 
Sourced
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/command/SingleCommandAction;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)Vintermediary <init>Lnet/minecraft/class_8858;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)Vofficial <init>Lid;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)V
 
 - 
 - 
Method Details
- 
execute
- Specified by:
 executein interfaceSourcedCommandAction<T extends AbstractServerCommandSource<T>>- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/command/SingleCommandAction$Sourced;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Vintermediary method_54412Lnet/minecraft/class_8858$class_8861;method_54412(Lnet/minecraft/class_8839;Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Vofficial aLid$c;a(Lez;Lhx;Lhz;)V
 
 -