Skip to content

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.ContextChainStage

Extension Methods

StructExtensions.IsDefault<ContextChain.ContextChainStage>(ContextChain.ContextChainStage)

Fields

Execute = 1

Invoke the final command executor.

Modify = 0

Apply a redirect source modifier.