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 official gs$c
intermediary net/minecraft/class_8858$class_8861
named net/minecraft/command/SingleCommandAction$Sourced
-
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>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.command.SingleCommandAction
execute, toString, traceCommandStart
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.command.SourcedCommandAction
bind
-
Constructor Details
-
Sourced
- Mappings:
Namespace Name Mixin selector official <init>
Lgs;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)V
intermediary <init>
Lnet/minecraft/class_8858;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)V
named <init>
Lnet/minecraft/command/SingleCommandAction;<init>(Ljava/lang/String;Lcom/mojang/brigadier/context/ContextChain;)V
-
-
Method Details
-
execute
public void execute(T t, VirtualMachine<T> virtualMachine, int int2) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
execute
in interfaceSourcedCommandAction<T extends AbstractServerCommandSource<T>>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lgs$c;a(Ldw;Lgn;I)V
intermediary method_54412
Lnet/minecraft/class_8858$class_8861;method_54412(Lnet/minecraft/class_8839;Lnet/minecraft/class_8854;I)V
named execute
Lnet/minecraft/command/SingleCommandAction$Sourced;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lnet/minecraft/command/VirtualMachine;I)V
-