Class TaskRegistry
java.lang.Object
com.hypixel.hytale.registry.Registry<TaskRegistration>
com.hypixel.hytale.server.core.task.TaskRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.registry.Registry
Registry.RegistrationWrapFunction<T extends Registration> -
Constructor Summary
ConstructorsConstructorDescriptionTaskRegistry(List<BooleanConsumer> registrations, BooleanSupplier precondition, String preconditionMessage) -
Method Summary
Modifier and TypeMethodDescriptionregisterTask(CompletableFuture<Void> task) registerTask(ScheduledFuture<Void> task) Methods inherited from class com.hypixel.hytale.registry.Registry
checkPrecondition, enable, getRegistrations, isEnabled, register, shutdown, toString
-
Constructor Details
-
TaskRegistry
public TaskRegistry(@Nonnull List<BooleanConsumer> registrations, BooleanSupplier precondition, String preconditionMessage)
-
-
Method Details
-
registerTask
-
registerTask
-