Class ExecuteCommand<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.commands.execution.tasks.ExecuteCommand<T>
- All Implemented Interfaces:
- UnboundEntryAction<T>
public class ExecuteCommand<T extends ExecutionCommandSource<T>>
extends Object
implements UnboundEntryAction<T>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Stringprivate final com.mojang.brigadier.context.CommandContext<T> private final ChainModifiers
- 
Constructor SummaryConstructorsConstructorDescriptionExecuteCommand(String p_306273_, ChainModifiers p_309556_, com.mojang.brigadier.context.CommandContext<T> p_305919_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(T p_305870_, ExecutionContext<T> p_306198_, Frame p_309548_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.UnboundEntryActionbind
- 
Field Details- 
commandInput
- 
modifiers
- 
executionContextprivate final com.mojang.brigadier.context.CommandContext<T extends ExecutionCommandSource<T>> executionContext
 
- 
- 
Constructor Details- 
ExecuteCommandpublic ExecuteCommand(String p_306273_, ChainModifiers p_309556_, com.mojang.brigadier.context.CommandContext<T> p_305919_) 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- UnboundEntryAction<T extends ExecutionCommandSource<T>>
 
 
-