Class CommonCommandRegister
java.lang.Object
info.u_team.u_team_core.impl.common.CommonCommandRegister
- All Implemented Interfaces:
CommandRegister
-
Nested Class Summary
Nested classes/interfaces inherited from interface info.u_team.u_team_core.api.registry.CommandRegister
CommandRegister.CommandHandler, CommandRegister.Factory -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(Consumer<CommandRegister.CommandHandler> consumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface info.u_team.u_team_core.api.registry.CommandRegister
register
-
Field Details
-
entries
-
-
Constructor Details
-
CommonCommandRegister
protected CommonCommandRegister()
-
-
Method Details
-
register
- Specified by:
registerin interfaceCommandRegister
-