Class SimpleCommandExceptionType
Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll
public class SimpleCommandExceptionType : ICommandExceptionTypeInheritance
object ← SimpleCommandExceptionType
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SimpleCommandExceptionType(IMessage)
public SimpleCommandExceptionType(IMessage message)Parameters
message IMessage
Methods
Create()
public CommandSyntaxException Create()Returns
CreateWithContext(IImmutableStringReader)
public CommandSyntaxException CreateWithContext(IImmutableStringReader reader)Parameters
reader IImmutableStringReader
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
A string that represents the current object.