Enum ContextChain.ContextChainStage
Namespace: Void.Minecraft.Commands.Brigadier.Context
Assembly: Void.Minecraft.dll
Identifies the operation performed by the current chain stage.
public enum ContextChain.ContextChainStageExtension Methods
StructExtensions.IsDefault<ContextChain.ContextChainStage>(ContextChain.ContextChainStage)
Fields
Execute = 1
Invoke the final command executor.
Modify = 0
Apply a redirect source modifier.