Class DynamicNCommandExceptionType
Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll
public class DynamicNCommandExceptionType : ICommandExceptionTypeInheritance
object ← DynamicNCommandExceptionType
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
DynamicNCommandExceptionType(Func<object[], IMessage>)
public DynamicNCommandExceptionType(Func<object[], IMessage> function)Parameters
function Func<object[], IMessage>
Methods
Create(params object[])
public CommandSyntaxException Create(params object[] objects)Parameters
objects object[]
Returns
CreateWithContext(IImmutableStringReader, params object[])
public CommandSyntaxException CreateWithContext(IImmutableStringReader reader, params object[] objects)Parameters
reader IImmutableStringReader
objects object[]