Skip to content

Class Dynamic2CommandExceptionType

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

public class Dynamic2CommandExceptionType : ICommandExceptionType

Inheritance

objectDynamic2CommandExceptionType

Implements

ICommandExceptionType

Inherited Members

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

Constructors

Dynamic2CommandExceptionType(Func<object, object, IMessage>)

public Dynamic2CommandExceptionType(Func<object, object, IMessage> function)

Parameters

function Func<object, object, IMessage>

Methods

Create(object, object)

public CommandSyntaxException Create(object a, object b)

Parameters

a object

b object

Returns

CommandSyntaxException

CreateWithContext(IImmutableStringReader, object, object)

public CommandSyntaxException CreateWithContext(IImmutableStringReader reader, object a, object b)

Parameters

reader IImmutableStringReader

a object

b object

Returns

CommandSyntaxException