Skip to content

Class DynamicCommandExceptionType

Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll

public class DynamicCommandExceptionType : ICommandExceptionType

Inheritance

objectDynamicCommandExceptionType

Implements

ICommandExceptionType

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

DynamicCommandExceptionType(Func<object, IMessage>)

public DynamicCommandExceptionType(Func<object, IMessage> function)

Parameters

function Func<object, IMessage>

Methods

Create(object)

public CommandSyntaxException Create(object value)

Parameters

value object

Returns

CommandSyntaxException

CreateWithContext(StringReader, object)

public CommandSyntaxException CreateWithContext(StringReader reader, object value)

Parameters

reader StringReader

value object

Returns

CommandSyntaxException