ICommandRegistrable class abstract

Implementers

Constructors

ICommandRegistrable()

Properties

commandEntities List<ICommandEntity>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerCommandEntity(ICommandEntity entity) → void
Registers CommandEntity within context of this instance. Throws error if there is command with same name as provided.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited