Class DynamicCommandExceptionType
Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll
public class DynamicCommandExceptionType : ICommandExceptionTypeInheritance
object ← DynamicCommandExceptionType
Implements
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
CreateWithContext(StringReader, object)
public CommandSyntaxException CreateWithContext(StringReader reader, object value)Parameters
reader StringReader
value object