Class CommandRegistry
java.lang.Object
com.hypixel.hytale.registry.Registry<CommandRegistration>
com.hypixel.hytale.server.core.command.system.CommandRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.registry.Registry
Registry.RegistrationWrapFunction<T extends Registration> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandRegistry(List<BooleanConsumer> registrations, BooleanSupplier precondition, String preconditionMessage, PluginBase plugin) -
Method Summary
Methods inherited from class com.hypixel.hytale.registry.Registry
checkPrecondition, enable, getRegistrations, isEnabled, register, shutdown, toString
-
Field Details
-
plugin
-
-
Constructor Details
-
CommandRegistry
public CommandRegistry(@Nonnull List<BooleanConsumer> registrations, BooleanSupplier precondition, String preconditionMessage, PluginBase plugin)
-
-
Method Details
-
registerCommand
-