Table of Contents

Class CommandModuleBase

Namespace
Obsidian.API.Commands
Assembly
Obsidian.API.dll
public abstract class CommandModuleBase
Inheritance
CommandModuleBase
Inherited Members

Constructors

CommandModuleBase()

protected CommandModuleBase()

Properties

CommandContext

[CommandContext]
public CommandContext CommandContext { get; set; }

Property Value

CommandContext

IsPlayer

public bool IsPlayer { get; }

Property Value

bool

Player

public IPlayer? Player { get; }

Property Value

IPlayer

Plugin

public PluginBase? Plugin { get; }

Property Value

PluginBase

Sender

public ICommandSender Sender { get; }

Property Value

ICommandSender

Server

public IServer Server { get; }

Property Value

IServer